Browse Source

made gui non-resizable

Cyamond 5 năm trước cách đây
mục cha
commit
d2f5c39971
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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 {