mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 11:39:03 +08:00
Make USB image a bit larger
This is more in line with the design. Contributes to issue CURA-8609.
This commit is contained in:
parent
e7b49ee551
commit
da76280359
@ -357,7 +357,7 @@ Window
|
||||
onClicked: materialManagementModel.exportUpload()
|
||||
enabled:
|
||||
{
|
||||
if(!materialManagementModel)
|
||||
if(!materialManagementModel) //When the dialog is created, this is not set yet.
|
||||
{
|
||||
return false;
|
||||
}
|
||||
@ -482,7 +482,7 @@ Window
|
||||
Image
|
||||
{
|
||||
source: UM.Theme.getImage("insert_usb")
|
||||
width: parent.width / 4
|
||||
width: parent.width / 3
|
||||
height: width
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
sourceSize.width: width
|
||||
@ -495,7 +495,7 @@ Window
|
||||
font: UM.Theme.getFont("medium")
|
||||
color: UM.Theme.getColor("text")
|
||||
wrapMode: Text.Wrap
|
||||
width: parent.width * 3 / 4 - UM.Theme.getSize("default_margin").width
|
||||
width: parent.width * 2 / 3 - UM.Theme.getSize("default_margin").width
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user