summaryrefslogtreecommitdiffstats
path: root/framework/qml/AbstractButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/AbstractButton.qml')
-rw-r--r--framework/qml/AbstractButton.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/qml/AbstractButton.qml b/framework/qml/AbstractButton.qml
index 53926cab..28337681 100644
--- a/framework/qml/AbstractButton.qml
+++ b/framework/qml/AbstractButton.qml
@@ -40,8 +40,6 @@ T.Button {
40 hoverEnabled: true 40 hoverEnabled: true
41 Keys.onReturnPressed: root.clicked() 41 Keys.onReturnPressed: root.clicked()
42 42
43 font.family: Font.fontFamily
44
45 background: Rectangle { 43 background: Rectangle {
46 color: root.color 44 color: root.color
47 45
@@ -74,6 +72,5 @@ T.Button {
74 horizontalAlignment: Text.AlignHCenter 72 horizontalAlignment: Text.AlignHCenter
75 verticalAlignment: Text.AlignVCenter 73 verticalAlignment: Text.AlignVCenter
76 color: root.textColor 74 color: root.textColor
77 font: root.font
78 } 75 }
79} 76}