mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Cura-5035 Further style improvements
This commit is contained in:
parent
a947b768d3
commit
594e9aa414
9 changed files with 163 additions and 465 deletions
|
@ -32,8 +32,8 @@ Item
|
|||
width: UM.Theme.getSize("toolbox_thumbnail_small").width
|
||||
height: UM.Theme.getSize("toolbox_thumbnail_small").height
|
||||
color: "white"
|
||||
border.width: 1
|
||||
border.color: UM.Theme.getColor("text_medium")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
width: UM.Theme.getSize("toolbox_thumbnail_small").width - 26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue