mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
CURA-5035 Review changes
This commit is contained in:
parent
7f622eb300
commit
668a92952c
13 changed files with 52 additions and 39 deletions
|
@ -14,8 +14,8 @@ Button
|
|||
background: Rectangle
|
||||
{
|
||||
color: "transparent"
|
||||
implicitWidth: UM.Theme.getSize("base_unit").height * 8
|
||||
implicitHeight: UM.Theme.getSize("base_unit").height * 4
|
||||
implicitWidth: UM.Theme.getSize("toolbox_header_tab").width
|
||||
implicitHeight: UM.Theme.getSize("toolbox_header_tab").height
|
||||
Rectangle
|
||||
{
|
||||
visible: control.active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue