Parcourir la source

made gui non-resizable

Cyamond il y a 5 ans
Parent
commit
d2f5c39971
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      gui/src/main.qml

+ 5 - 0
gui/src/main.qml

@@ -6,6 +6,11 @@ ApplicationWindow {
     visible: true
     width: 1280
     height: 720
+    maximumHeight: height
+    maximumWidth: width
+
+    minimumHeight: height
+    minimumWidth: width
     title: qsTr("Covert Channel - Control Panel")
 
     SwipeView {