ソースを参照

Allow smaller window size.

Ian Walton 4 年 前
コミット
068731cf7d
1 ファイル変更1 行追加1 行削除
  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