Kaynağa Gözat

made gui non-resizable

Cyamond 4 yıl önce
ebeveyn
işleme
d2f5c39971
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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 {