summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2012-01-03 15:48:38 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2012-01-11 17:38:31 +0100
commitaf290c14e80d4b4a6dd65d2bf830609f219cc7f1 (patch)
treeb7870800a08705b29ac25ac183949a31848a1c4e
parent085d0a1956f7675d19420e5d6144d490b6c3ee1e (diff)
downloadqt-creator-af290c14e80d4b4a6dd65d2bf830609f219cc7f1.tar.gz
WelcomeScreen: layoutfix for different languages
The x offset was hardcoded. Using anchors instead. Change-Id: Ie033395d7083dad3aa01e2f7367f3834389213f6 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
-rw-r--r--share/qtcreator/welcomescreen/widgets/Delegate.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/Delegate.qml b/share/qtcreator/welcomescreen/widgets/Delegate.qml
index 49cfc58d1b..0c7d2de18d 100644
--- a/share/qtcreator/welcomescreen/widgets/Delegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/Delegate.qml
@@ -173,7 +173,7 @@ Rectangle {
}
Text {
- id: text3
+ id: tags
x: 16
y: 198
text: qsTr("Tags:")
@@ -334,10 +334,11 @@ Rectangle {
}
]
Flow {
- x: 47
y: 198
width: 159
height: 32
+ anchors.left: tags.right
+ anchors.leftMargin: 6
clip: true
spacing: 4