~renatofilho/ubuntu-terminal-app/ssh-mode

« back to all changes in this revision

Viewing changes to src/app/qml/KeyboardRows/ExpandableKeyboardButton.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:
18
18
        z: parent.z + 1
19
19
    }
20
20
 
21
 
    Text {
 
21
    Label {
22
22
        id: mainLabel
23
23
        anchors.centerIn: parent
24
24
        z: parent.z + 0.02