mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Increased width of per-object settings panel
CURA-1278
This commit is contained in:
parent
152f362562
commit
29ed8c2f5b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ Item {
|
||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
width: UM.Theme.getSize("setting").width;
|
width: UM.Theme.getSize("setting").width;
|
||||||
height: UM.Theme.getSize("setting").height;
|
height: UM.Theme.getSize("section").height;
|
||||||
|
|
||||||
property var definition: model
|
property var definition: model
|
||||||
property var settingDefinitionsModel: addedSettingsModel
|
property var settingDefinitionsModel: addedSettingsModel
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
"section_icon": [1.6, 1.6],
|
"section_icon": [1.6, 1.6],
|
||||||
"section_icon_column": [2.8, 0.0],
|
"section_icon_column": [2.8, 0.0],
|
||||||
|
|
||||||
"setting": [19.0, 1.8],
|
"setting": [25.0, 1.8],
|
||||||
"setting_control": [10.0, 2.0],
|
"setting_control": [10.0, 2.0],
|
||||||
"setting_control_depth_margin": [1.4, 0.0],
|
"setting_control_depth_margin": [1.4, 0.0],
|
||||||
"setting_preferences_button_margin": [3.3, 0.0],
|
"setting_preferences_button_margin": [3.3, 0.0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue