浏览代码

removed size slider

Malte Veerman 10 年之前
父节点
当前提交
70783b9cf2
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      package/contents/ui/Application.qml

+ 0 - 7
package/contents/ui/Application.qml

@@ -73,13 +73,6 @@ ApplicationWindow {
             Item {
                 Layout.fillWidth: true
             }
-            Slider {
-                id: sizeSlider
-                Layout.alignment: Qt.AlignRight
-                Layout.preferredWidth: 200
-                value: 0.4
-                visible: tabView.currentIndex == 1
-            }
         }
     }