From 71db2bada3de8cc2a930a470ab41ea8dbf748ddf Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 19 Feb 2014 17:35:50 +0100 Subject: Fix QML GroupBox: Binding loop detected for property QTEE-357 Change-Id: I8f400f5d204f56e61339e097d6288961d3d7133d Reviewed-by: Eirik Aavitsland Reviewed-by: Gatis Paeglis --- basicsuite/launchersettings/main.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basicsuite/launchersettings/main.qml') diff --git a/basicsuite/launchersettings/main.qml b/basicsuite/launchersettings/main.qml index 0002076..718bf69 100644 --- a/basicsuite/launchersettings/main.qml +++ b/basicsuite/launchersettings/main.qml @@ -150,6 +150,7 @@ Rectangle { title: "Power" Layout.fillWidth: true style: groupBoxStyle + implicitWidth: 0 RowLayout { id: powerButtonRow @@ -181,6 +182,7 @@ Rectangle { title: "Display" style: groupBoxStyle Layout.fillWidth: true + implicitWidth: 0 GridLayout { id: displayGrid @@ -214,6 +216,7 @@ Rectangle { title: "Network" style: groupBoxStyle Layout.fillWidth: true + implicitWidth: 0 GridLayout { id: networkGrid -- cgit v1.2.3