Pārlūkot izejas kodu

removed size slider

Malte Veerman 10 gadi atpakaļ
vecāks
revīzija
70783b9cf2
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  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
-            }
         }
     }