diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/TreeView.qml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index 3f30959f..7ec3e170 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml | |||
@@ -165,12 +165,7 @@ FocusScope { | |||
165 | } | 165 | } |
166 | 166 | ||
167 | branchDelegate: Kube.Label { | 167 | branchDelegate: Kube.Label { |
168 | width: 16 | 168 | anchors.centerIn: parent |
169 | height: width | ||
170 | anchors.verticalCenter: parent.verticalCenter | ||
171 | anchors.left: parent.left | ||
172 | anchors.leftMargin: Kube.Units.smallSpacing | ||
173 | |||
174 | color: Kube.Colors.viewBackgroundColor | 169 | color: Kube.Colors.viewBackgroundColor |
175 | text: styleData.isExpanded ? "-" : "+" | 170 | text: styleData.isExpanded ? "-" : "+" |
176 | } | 171 | } |