mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Implemented feature described by #30
This commit is contained in:
parent
33c69b32f8
commit
a2c099a7d8
4 changed files with 128 additions and 21 deletions
|
@ -20,10 +20,10 @@ Item
|
|||
anchors.right : parent.right
|
||||
orientation: Qt.Vertical
|
||||
minimumValue: 0;
|
||||
maximumValue: 100;
|
||||
maximumValue: UM.LayerView.numLayers;
|
||||
|
||||
value: 100;
|
||||
onValueChanged: UM.ActiveView.triggerAction("setLayer", value)
|
||||
value: UM.LayerView.currentLayer
|
||||
onValueChanged: UM.LayerView.setCurrentLayer(value)
|
||||
|
||||
style: UM.Theme.styles.slider;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue