forked from qt-creator/qt-creator
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:
@@ -78,8 +78,8 @@ Rectangle {
|
|||||||
// right size after resizing to a wider width
|
// right size after resizing to a wider width
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
width: 16
|
Layout.preferredWidth: 16
|
||||||
height: 16
|
Layout.preferredHeight: 16
|
||||||
source: hasAliasExport ? "image://icons/alias-export-checked" : "image://icons/alias-export-unchecked"
|
source: hasAliasExport ? "image://icons/alias-export-checked" : "image://icons/alias-export-unchecked"
|
||||||
ToolTipArea {
|
ToolTipArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Reference in New Issue
Block a user