summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Desktop/GroupBoxStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Desktop/GroupBoxStyle.qml')
-rw-r--r--src/controls/Styles/Desktop/GroupBoxStyle.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/controls/Styles/Desktop/GroupBoxStyle.qml b/src/controls/Styles/Desktop/GroupBoxStyle.qml
index 22a15ad1..b3128933 100644
--- a/src/controls/Styles/Desktop/GroupBoxStyle.qml
+++ b/src/controls/Styles/Desktop/GroupBoxStyle.qml
@@ -70,7 +70,6 @@ Style {
hasFocus: control.__checkbox.activeFocus
activeControl: control.checkable ? "checkbox" : ""
properties: { "checkable" : control.checkable , "sunken" : !control.flat}
- textureHeight: 128
border {top: 32 ; bottom: 8}
Accessible.role: Accessible.Grouping
}