Selaa lähdekoodia

Allow smaller window size.

Ian Walton 3 vuotta sitten
vanhempi
commit
068731cf7d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/ui/KonvergoWindow.h

+ 1 - 1
src/ui/KonvergoWindow.h

@@ -18,7 +18,7 @@
 //
 #define WEBUI_MAX_HEIGHT 1440.0
 #define WEBUI_SIZE QSize(1280, 720)
-#define WINDOWW_MIN_SIZE QSize(426, 240)
+#define WINDOWW_MIN_SIZE QSize(213, 120)
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 class KonvergoWindow : public QQuickWindow