Remove unecessary comments

This commit is contained in:
samcake 2017-10-27 15:18:50 -07:00
parent 8a3b1a20cc
commit 7e149fe30d

View file

@ -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