mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Remove unecessary comments
This commit is contained in:
parent
8a3b1a20cc
commit
7e149fe30d
1 changed files with 1 additions and 3 deletions
|
@ -17,7 +17,7 @@ import "qrc:///qml/controls-uit" as HifiControls
|
||||||
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
HifiConstants { id: luci }
|
HifiConstants { id: hifi }
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
@ -43,7 +43,6 @@ Item {
|
||||||
anchors.left: root.left
|
anchors.left: root.left
|
||||||
anchors.right: root.horizontalCenter
|
anchors.right: root.horizontalCenter
|
||||||
anchors.verticalCenter: root.verticalCenter
|
anchors.verticalCenter: root.verticalCenter
|
||||||
//anchors.topMargin: 7
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.Label {
|
HifiControls.Label {
|
||||||
|
@ -65,7 +64,6 @@ Item {
|
||||||
HifiControls.Slider {
|
HifiControls.Slider {
|
||||||
id: sliderControl
|
id: sliderControl
|
||||||
stepSize: root.integral ? 1.0 : 0.0
|
stepSize: root.integral ? 1.0 : 0.0
|
||||||
//height: 20
|
|
||||||
anchors.left: root.horizontalCenter
|
anchors.left: root.horizontalCenter
|
||||||
anchors.right: root.right
|
anchors.right: root.right
|
||||||
anchors.rightMargin: 0
|
anchors.rightMargin: 0
|
||||||
|
|
Loading…
Reference in a new issue