mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Add global profile selector to the custom print setup panel
Also modify some styles to adjust to the designs. Contributes to CURA-5941.
This commit is contained in:
parent
7dc3320b06
commit
90281c455b
8 changed files with 71 additions and 31 deletions
|
@ -38,6 +38,7 @@ QtObject
|
|||
}
|
||||
}
|
||||
|
||||
radius: UM.Theme.getSize("setting_control_radius").width
|
||||
border.width: Theme.getSize("default_lining").width
|
||||
border.color:
|
||||
{
|
||||
|
@ -489,11 +490,12 @@ QtObject
|
|||
UM.RecolorImage
|
||||
{
|
||||
id: swatch
|
||||
height: Math.round(UM.Theme.getSize("setting_control").height / 2)
|
||||
height: Math.round(control.height / 2)
|
||||
width: height
|
||||
anchors.right: downArrow.left
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.margins: Math.round(UM.Theme.getSize("default_margin").width / 4)
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
// anchors.margins: Math.round(UM.Theme.getSize("default_margin").width / 4)
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
source: UM.Theme.getIcon("extruder_button")
|
||||
|
|
|
@ -377,7 +377,8 @@
|
|||
"print_setup_slider_groove": [0.16, 0.16],
|
||||
"print_setup_slider_handle": [1.0, 1.0],
|
||||
"print_setup_slider_tickmarks": [0.32, 0.32],
|
||||
"print_setup_support_extruder_selector": [18.2, 2.5],
|
||||
"print_setup_big_dropdown": [28, 2.5],
|
||||
"print_setup_icon": [1.2, 1.2],
|
||||
|
||||
"configuration_selector_mode_tabs": [0.0, 3.0],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue