diff options
-rw-r--r-- | framework/qml/AbstractButton.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/AbstractButton.qml b/framework/qml/AbstractButton.qml index a5ec4650..971e76ff 100644 --- a/framework/qml/AbstractButton.qml +++ b/framework/qml/AbstractButton.qml | |||
@@ -26,6 +26,7 @@ T.Button { | |||
26 | 26 | ||
27 | property color color: Colors.buttonColor | 27 | property color color: Colors.buttonColor |
28 | property color textColor: Colors.textColor | 28 | property color textColor: Colors.textColor |
29 | property alias backgroundOpacity: background.opacity | ||
29 | property alias highlightColor: background.highlightColor | 30 | property alias highlightColor: background.highlightColor |
30 | property alias highlightOpacity: background.highlightOpacity | 31 | property alias highlightOpacity: background.highlightOpacity |
31 | property alias horizontalAlignment: label.horizontalAlignment | 32 | property alias horizontalAlignment: label.horizontalAlignment |