From 9212027697bad66cc493b8d8f2cffb2a8547f982 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 19 Feb 2014 16:21:25 +0100 Subject: Fix layout issues with Qt-Everywhere (touchgallery) Change-Id: I852d90b1c6afdc0316c7d4e45415c53eda94066a Reviewed-by: Gatis Paeglis --- .../qt5-everywhere/demos/touchgallery/content/ProgressBarPage.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basicsuite/qt5-everywhere/demos/touchgallery/content/ProgressBarPage.qml') diff --git a/basicsuite/qt5-everywhere/demos/touchgallery/content/ProgressBarPage.qml b/basicsuite/qt5-everywhere/demos/touchgallery/content/ProgressBarPage.qml index d370d39..93adc7a 100644 --- a/basicsuite/qt5-everywhere/demos/touchgallery/content/ProgressBarPage.qml +++ b/basicsuite/qt5-everywhere/demos/touchgallery/content/ProgressBarPage.qml @@ -73,14 +73,14 @@ Item { ProgressBar { anchors.margins: 20 style: touchStyle - width: 400 + width: 300 value: progress } ProgressBar { anchors.margins: 20 style: touchStyle - width: 400 + width: 300 value: 1 - progress } @@ -88,7 +88,7 @@ Item { anchors.margins: 20 style: touchStyle value: 1 - width: 400 + width: 300 } } -- cgit v1.2.3