mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add sourceSize to the open file button.
Contributes to CURA-5942.
This commit is contained in:
parent
6a2bbca7ce
commit
ad3fa9548a
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ Item
|
|||
height: UM.Theme.getSize("button_icon").height
|
||||
color: UM.Theme.getColor("toolbar_button_text")
|
||||
|
||||
sourceSize: UM.Theme.getSize("button_icon")
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
||||
background: Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue