mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add missing translation markers
This commit is contained in:
parent
ef62725cc1
commit
acf5120cff
13 changed files with 76 additions and 40 deletions
|
|
@ -9,27 +9,19 @@ Item
|
|||
{
|
||||
width: 250
|
||||
height: 250
|
||||
/*Rectangle
|
||||
{
|
||||
color: "blue"
|
||||
width: 250
|
||||
height:250
|
||||
}*/
|
||||
|
||||
Slider
|
||||
{
|
||||
width: 10
|
||||
height: 250
|
||||
anchors.right : parent.right
|
||||
//anchors.fill: parent
|
||||
//Layout.preferredHeight: UM.Theme.sizes.section.height;
|
||||
orientation: Qt.Vertical
|
||||
minimumValue: 0;
|
||||
maximumValue: 100;
|
||||
|
||||
value: 50;
|
||||
value: 100;
|
||||
onValueChanged: UM.ActiveView.triggerAction("setLayer", value)
|
||||
|
||||
style: UM.Theme.styles.slider;
|
||||
//Component.onCompleted: {console.log(UM.Theme.styles.slider)}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue