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
|
id: checkBox
|
||||||
text: qsTr("Show Examples and Demos")
|
text: qsTr("Show Examples and Demos")
|
||||||
checked: false
|
checked: false
|
||||||
|
anchors.leftMargin: 6
|
||||||
anchors.left: lineEdit.right
|
anchors.left: lineEdit.right
|
||||||
anchors.verticalCenter: lineEdit.verticalCenter
|
anchors.verticalCenter: lineEdit.verticalCenter
|
||||||
height: lineEdit.height
|
height: lineEdit.height
|
||||||
@@ -46,6 +47,7 @@ Item {
|
|||||||
property string tag
|
property string tag
|
||||||
Behavior on width { NumberAnimation{} }
|
Behavior on width { NumberAnimation{} }
|
||||||
onTagChanged: { examplesModel.filterTag = tag; examplesModel.updateFilter() }
|
onTagChanged: { examplesModel.filterTag = tag; examplesModel.updateFilter() }
|
||||||
|
anchors.leftMargin: 6
|
||||||
anchors.left: checkBox.right
|
anchors.left: checkBox.right
|
||||||
anchors.verticalCenter: lineEdit.verticalCenter
|
anchors.verticalCenter: lineEdit.verticalCenter
|
||||||
visible: !examplesModel.showTutorialsOnly
|
visible: !examplesModel.showTutorialsOnly
|
||||||
@@ -68,7 +70,6 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: tagChooser
|
id: tagChooser
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Reference in New Issue
Block a user