Browse Source

removed size slider

Malte Veerman 10 năm trước cách đây
mục cha
commit
70783b9cf2
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  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
-            }
         }
     }