summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic/qml/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dynamic/qml/Button.qml')
-rw-r--r--examples/declarative/dynamic/qml/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dynamic/qml/Button.qml b/examples/declarative/dynamic/qml/Button.qml
index 2769cd8..cf2ffa7 100644
--- a/examples/declarative/dynamic/qml/Button.qml
+++ b/examples/declarative/dynamic/qml/Button.qml
@@ -6,7 +6,7 @@ Rectangle {
property var text
signal clicked
- SystemPalette { id: activePalette; colorGroup: Qt.Active }
+ SystemPalette { id: activePalette }
height: text.height + 10
width: text.width + 20
border.width: 1