mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Adds visible depth to the printsettings
commits to: issue CURA-177
This commit is contained in:
parent
f866ecdd63
commit
3b7a5f65c6
2 changed files with 5 additions and 4 deletions
|
@ -334,10 +334,9 @@ QtObject {
|
||||||
minimumPointSize: 8
|
minimumPointSize: 8
|
||||||
}
|
}
|
||||||
UM.RecolorImage {
|
UM.RecolorImage {
|
||||||
id: lengthIcon
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.sizes.default_margin.width * 2
|
anchors.rightMargin: UM.Theme.sizes.default_margin.width * 2 - width / 2
|
||||||
width: UM.Theme.sizes.standard_arrow.width
|
width: UM.Theme.sizes.standard_arrow.width
|
||||||
height: UM.Theme.sizes.standard_arrow.height
|
height: UM.Theme.sizes.standard_arrow.height
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
|
|
|
@ -100,6 +100,7 @@
|
||||||
"setting_control_highlight": [245, 245, 245, 255],
|
"setting_control_highlight": [245, 245, 245, 255],
|
||||||
"setting_control_border": [174, 174, 174, 255],
|
"setting_control_border": [174, 174, 174, 255],
|
||||||
"setting_control_text": [0, 0, 0, 255],
|
"setting_control_text": [0, 0, 0, 255],
|
||||||
|
"setting_control_depth_line": [162, 192, 227, 255],
|
||||||
"setting_control_hover": [139, 143, 153, 255],
|
"setting_control_hover": [139, 143, 153, 255],
|
||||||
"setting_control_selected": [35, 35, 35, 255],
|
"setting_control_selected": [35, 35, 35, 255],
|
||||||
"setting_control_revert": [85, 85, 85, 255],
|
"setting_control_revert": [85, 85, 85, 255],
|
||||||
|
@ -166,8 +167,9 @@
|
||||||
"section_icon_column": [2.8, 0.0],
|
"section_icon_column": [2.8, 0.0],
|
||||||
|
|
||||||
"setting": [21.0, 1.8],
|
"setting": [21.0, 1.8],
|
||||||
"setting_control": [7.5, 2.0],
|
"setting_control": [7.0, 2.0],
|
||||||
"setting_control_margin": [3.0, 3.0],
|
"setting_control_depth_margin": [1.4, 0.0],
|
||||||
|
"setting_control_margin": [0.0, 0.0],
|
||||||
"setting_unit_margin": [0.5, 0.5],
|
"setting_unit_margin": [0.5, 0.5],
|
||||||
"setting_text_maxwidth": [40.0, 0.0],
|
"setting_text_maxwidth": [40.0, 0.0],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue