aboutsummaryrefslogtreecommitdiffstats
path: root/DemoApplication/controls/CNButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'DemoApplication/controls/CNButton.qml')
-rw-r--r--DemoApplication/controls/CNButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/DemoApplication/controls/CNButton.qml b/DemoApplication/controls/CNButton.qml
index 6530fc4..5e91333 100644
--- a/DemoApplication/controls/CNButton.qml
+++ b/DemoApplication/controls/CNButton.qml
@@ -14,6 +14,7 @@ Button {
radius: 40
opacity: root.pressed ? 0.6 : 0.4
color: "grey"
+ border.width: 1
}
contentItem: Item {