mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 23:38:53 -07:00
15.10 restyling of the layerview slider
Adds a textfield to the handle for per layer selection and removes the display of the min- and maxvalue Contributes to: issue CURA-60
This commit is contained in:
parent
96c63ef6e9
commit
534c277b00
4 changed files with 44 additions and 51 deletions
|
|
@ -51,7 +51,7 @@ Item {
|
|||
z: parent.z - 1
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
color: UM.Theme.colors.button_lining
|
||||
color: UM.Theme.colors.lining
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
@ -68,7 +68,7 @@ Item {
|
|||
|
||||
color: UM.Theme.colors.tool_panel_background;
|
||||
border.width: UM.Theme.sizes.default_lining.width
|
||||
border.color: UM.Theme.colors.button_lining
|
||||
border.color: UM.Theme.colors.lining
|
||||
|
||||
Loader {
|
||||
id: panel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue