aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/customization/data/styles/simple/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/customization/data/styles/simple/ComboBox.qml')
-rw-r--r--tests/auto/customization/data/styles/simple/ComboBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/customization/data/styles/simple/ComboBox.qml b/tests/auto/customization/data/styles/simple/ComboBox.qml
index ac46cf62..42b95b61 100644
--- a/tests/auto/customization/data/styles/simple/ComboBox.qml
+++ b/tests/auto/customization/data/styles/simple/ComboBox.qml
@@ -55,8 +55,8 @@ T.ComboBox {
id: control
objectName: "combobox-simple"
- implicitWidth: Math.max(contentItem.implicitWidth, background.implicitWidth)
- implicitHeight: Math.max(contentItem.implicitHeight, background.implicitHeight)
+ implicitWidth: Math.max(contentItem.implicitWidth + indicator.implicitWidth, background.implicitWidth)
+ implicitHeight: Math.max(contentItem.implicitHeight, indicator.implicitHeight, background.implicitHeight)
indicator: Text {
objectName: "combobox-indicator-simple"