mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 04:03:13 +08:00
Adjust alignments for ComboBoxes in MachineSettings dialog
CURA-4428
This commit is contained in:
parent
7b6faf0030
commit
7ca2ae9771
@ -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…
x
Reference in New Issue
Block a user