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