summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index ffd0566..219f851 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -44,6 +44,10 @@ class MainWindow
: public Window
{
public:
+
+ static constexpr std::size_t main_width{750};
+ static constexpr std::size_t main_height{800};
+
MainWindow(Settings& settings, void* native_window);
~MainWindow();