mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Replace a bunch of Theme property accessors with getThing calls
This commit is contained in:
parent
d208885755
commit
e6ef4405c3
6 changed files with 42 additions and 42 deletions
|
@ -21,7 +21,7 @@ UM.Dialog
|
|||
anchors.fill: parent;
|
||||
Row
|
||||
{
|
||||
spacing: UM.Theme.sizes.default_margin.width;
|
||||
spacing: UM.Theme.getSize("default_margin").width;
|
||||
Text
|
||||
{
|
||||
//: USB Printing dialog label, %1 is head temperature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue