Welcomepage: crashfix see QTBUG-23445

In combination with commit
fe068869b9
this seems to fix the issue.

Task-Number: QTCREATORBUG-6803

Change-Id: I845e18ff3abb55468b1afdae9785f74a4b522356
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-01-17 12:29:47 +01:00
parent eed531ff9e
commit 18dfe87ec9

View File

@@ -54,7 +54,8 @@ Rectangle {
}
width: Math.min(1024, parent.width)
anchors.topMargin: 0
//this is a workaround for QTCREATORBUG-6803
anchors.topMargin: (root.height > 700) ? 0 : 0
anchors.top: parent.top
anchors.bottom: parent.bottom