summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Uwe Broulik <kde@privat.broulik.de>2016-12-22 21:03:45 +0100
committerKai Uwe Broulik <kde@privat.broulik.de>2017-01-02 18:22:36 +0000
commit2033a702e2661679be01f8cc12802dd10bba6448 (patch)
tree96008718833bd7a59e221a4a8add702bafb2bd1c
parent84b48cadc8f68d57d1a750e6aec690f46582e0c5 (diff)
downloadqtquickcontrols-2033a702e2661679be01f8cc12802dd10bba6448.tar.gz
[Desktop GroupBoxStyle] Don't hardcode textureHeight
This fixes skewed GroupBoxes in Plasma's config dialogs when using larger fonts. Change-Id: Ie850658da3f47d57eed0904c26dbbb26457a83e8 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-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
}