mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Adjust alignments for ComboBoxes in MachineSettings dialog
CURA-4428
This commit is contained in:
parent
7b6faf0030
commit
7ca2ae9771
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ Cura.MachineAction
|
|||
|
||||
Row
|
||||
{
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
spacing: UM.Theme.getSize("default_margin").width * 4 / 5
|
||||
|
||||
Label
|
||||
{
|
||||
|
@ -648,7 +648,7 @@ Cura.MachineAction
|
|||
|
||||
Row
|
||||
{
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
spacing: UM.Theme.getSize("default_margin").width * 4 / 5
|
||||
|
||||
Label
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue