mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Merge branch 'fix_system_text_rendering' of https://github.com/fieldOfView/Cura
This commit is contained in:
commit
021425ee06
15 changed files with 92 additions and 92 deletions
|
@ -70,7 +70,7 @@ Cura.MachineAction
|
|||
anchors.top: pageTitle.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
|
||||
property real columnWidth: Math.floor((width - 3 * UM.Theme.getSize("default_margin").width) / 2)
|
||||
property real columnWidth: ((width - 3 * UM.Theme.getSize("default_margin").width) / 2) | 0
|
||||
|
||||
Tab
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue