mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Code refactor
CURA-6033
This commit is contained in:
parent
7cfb29e337
commit
9430c421eb
1 changed files with 1 additions and 4 deletions
|
@ -87,10 +87,7 @@ Button
|
|||
width: parent.width
|
||||
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin:
|
||||
{
|
||||
return UM.Theme.getSize("thin_margin").width / 2
|
||||
}
|
||||
anchors.topMargin: UM.Theme.getSize("thin_margin").width / 2
|
||||
|
||||
visible: !configurationItem.isValidMaterial
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue