forked from qt-creator/qt-creator
WelcomeScreen: Fix margins
Change-Id: I0b7b71d354460a6ad137cd776a072409f272dfdb Reviewed-on: http://codereview.qt.nokia.com/997 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
@@ -35,6 +35,7 @@ Item {
|
||||
id: checkBox
|
||||
text: qsTr("Show Examples and Demos")
|
||||
checked: false
|
||||
anchors.leftMargin: 6
|
||||
anchors.left: lineEdit.right
|
||||
anchors.verticalCenter: lineEdit.verticalCenter
|
||||
height: lineEdit.height
|
||||
@@ -46,6 +47,7 @@ Item {
|
||||
property string tag
|
||||
Behavior on width { NumberAnimation{} }
|
||||
onTagChanged: { examplesModel.filterTag = tag; examplesModel.updateFilter() }
|
||||
anchors.leftMargin: 6
|
||||
anchors.left: checkBox.right
|
||||
anchors.verticalCenter: lineEdit.verticalCenter
|
||||
visible: !examplesModel.showTutorialsOnly
|
||||
@@ -68,7 +70,6 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Rectangle {
|
||||
id: tagChooser
|
||||
anchors.fill: parent
|
||||
|
Reference in New Issue
Block a user