Explorar o código

Allow smaller window size.

Ian Walton %!s(int64=3) %!d(string=hai) anos
pai
achega
068731cf7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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