diff options
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r-- | framework/qml/PositiveButton.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index 7c00a212..fb8aab9b 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -44,9 +44,8 @@ T.Button { | |||
44 | } | 44 | } |
45 | } | 45 | } |
46 | 46 | ||
47 | contentItem: Text { | 47 | contentItem: Label { |
48 | text: root.text | 48 | text: root.text |
49 | //TODO font | ||
50 | elide: Text.ElideRight | 49 | elide: Text.ElideRight |
51 | horizontalAlignment: Text.AlignHCenter | 50 | horizontalAlignment: Text.AlignHCenter |
52 | verticalAlignment: Text.AlignVCenter | 51 | verticalAlignment: Text.AlignVCenter |