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.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/AbstractButton.qml b/framework/qml/AbstractButton.qml
index 6738fc63..a5ec4650 100644
--- a/framework/qml/AbstractButton.qml
+++ b/framework/qml/AbstractButton.qml
@@ -30,6 +30,7 @@ T.Button {
30 property alias highlightOpacity: background.highlightOpacity 30 property alias highlightOpacity: background.highlightOpacity
31 property alias horizontalAlignment: label.horizontalAlignment 31 property alias horizontalAlignment: label.horizontalAlignment
32 property alias verticalAlignment: label.verticalAlignment 32 property alias verticalAlignment: label.verticalAlignment
33 property alias alert: background.alert
33 34
34 width: Math.max(Units.gridUnit, contentItem.implicitWidth + leftPadding + rightPadding) 35 width: Math.max(Units.gridUnit, contentItem.implicitWidth + leftPadding + rightPadding)
35 height: contentItem.implicitHeight + topPadding + bottomPadding 36 height: contentItem.implicitHeight + topPadding + bottomPadding