~laney/ubuntu-terminal-app/notshowin-unity

« back to all changes in this revision

Viewing changes to src/app/qml/TerminalPage.qml

  • Committer: Tarmac
  • Author(s): Stefano Verzegnassi
  • Date: 2016-04-23 12:26:21 UTC
  • mfrom: (179.1.4 uitk13-deprecation)
  • Revision ID: tarmac-20160423122621-2vxq3evqtinbj8nb
* Use UITK PageHeader, instead of the now deprecated "Page.head" property
* Use ScrollView where appropriate
* Use UITK Label, instead of the QtQuick Text component
* Minor text margins fix in TabsPage.

Approved by Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
            color: "black"
174
174
            opacity: 0.7
175
175
 
176
 
            Text {
 
176
            Label {
177
177
                anchors.centerIn: parent
178
178
                color: "white"
179
179
                text: i18n.tr("Selection Mode")