Forráskód Böngészése

removed size slider

Malte Veerman 10 éve
szülő
commit
70783b9cf2
1 módosított fájl, 0 hozzáadás és 7 törlés
  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
-            }
         }
     }