mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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 {
|
||||
HifiConstants { id: luci }
|
||||
HifiConstants { id: hifi }
|
||||
id: root
|
||||
|
||||
anchors.left: parent.left
|
||||
|
@ -43,7 +43,6 @@ Item {
|
|||
anchors.left: root.left
|
||||
anchors.right: root.horizontalCenter
|
||||
anchors.verticalCenter: root.verticalCenter
|
||||
//anchors.topMargin: 7
|
||||
}
|
||||
|
||||
HifiControls.Label {
|
||||
|
@ -65,7 +64,6 @@ Item {
|
|||
HifiControls.Slider {
|
||||
id: sliderControl
|
||||
stepSize: root.integral ? 1.0 : 0.0
|
||||
//height: 20
|
||||
anchors.left: root.horizontalCenter
|
||||
anchors.right: root.right
|
||||
anchors.rightMargin: 0
|
||||
|
|
Loading…
Reference in a new issue