mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue