浏览代码

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