Skip to content
Snippets Groups Projects
Commit 18dfe87e authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

Welcomepage: crashfix see QTBUG-23445


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

Task-Number: QTCREATORBUG-6803

Change-Id: I845e18ff3abb55468b1afdae9785f74a4b522356
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
parent eed531ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment