mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:29:01 +08:00
Reduce margin size for settings in recommended and custom mode
CURA-4148
This commit is contained in:
parent
0eb63637d4
commit
0781848af5
@ -130,7 +130,7 @@ Item {
|
||||
id: settingControls
|
||||
|
||||
height: parent.height / 2
|
||||
spacing: UM.Theme.getSize("sidebar_margin").width / 2
|
||||
spacing: UM.Theme.getSize("sidebar_margin").height / 2
|
||||
|
||||
anchors {
|
||||
right: controlContainer.left
|
||||
|
@ -253,7 +253,7 @@
|
||||
"logo": [9.5, 2.0],
|
||||
|
||||
"sidebar": [35.0, 10.0],
|
||||
"sidebar_margin": [1.71, 1.43],
|
||||
"sidebar_margin": [1.71, 0.71],
|
||||
"sidebar_margin_thin": [0.71, 0.71],
|
||||
"sidebar_header": [0.0, 4.0],
|
||||
"sidebar_header_highlight": [0.25, 0.25],
|
||||
@ -268,7 +268,7 @@
|
||||
"simple_mode_infill_caption": [0.0, 5.0],
|
||||
"simple_mode_infill_height": [0.0, 8.0],
|
||||
|
||||
"section": [0.0, 2.86],
|
||||
"section": [0.0, 2.00],
|
||||
"section_icon": [1.6, 1.6],
|
||||
"section_icon_column": [2.8, 0.0],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user