aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/components/ArcItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/components/ArcItem.qml')
-rw-r--r--src/imports/components/ArcItem.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/components/ArcItem.qml b/src/imports/components/ArcItem.qml
index b71be2d..bd69bdf 100644
--- a/src/imports/components/ArcItem.qml
+++ b/src/imports/components/ArcItem.qml
@@ -120,8 +120,8 @@ import QtQuick.Shapes 1.12
Shape {
id: root
- implicitWidth: 100
- implicitHeight: 100
+ width: 100
+ height: 100
/*!
The gradient of the arc fill color.