QmlDesigner: Make sure that the export alias icon is not scaled

SecondColumnLayout would otherwise scale it up, at least on HightDPI.

Change-Id: I5c1bd6357e8559deee26002b90128abfbacf449f
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
Alessandro Portale
2016-10-13 14:39:13 +02:00
parent e0a6b45f22
commit b17c43b6d9

View File

@@ -78,8 +78,8 @@ Rectangle {
// right size after resizing to a wider width
Image {
width: 16
height: 16
Layout.preferredWidth: 16
Layout.preferredHeight: 16
source: hasAliasExport ? "image://icons/alias-export-checked" : "image://icons/alias-export-unchecked"
ToolTipArea {
anchors.fill: parent