summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-04-14 18:51:55 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-04-14 18:51:55 +0200
commit37a1793a9961d182e6a901fe9cbfc7753e341d98 (patch)
treedf4869705bfd711b3aeb3ce6ddce215687ca24ce /plugingui/mainwindow.h
parent235ad6fbbce2e0ae9e06db960a5ba3b099936ace (diff)
Make main window slightly less tall to better fit on low-res displays.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index ae0da8b..e517a0d 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -47,7 +47,7 @@ class MainWindow
public:
static constexpr std::size_t main_width{750};
- static constexpr std::size_t main_height{800};
+ static constexpr std::size_t main_height{740};
MainWindow(Settings& settings, void* native_window);
~MainWindow();