diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 9646212a..71b4ec32 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -44,7 +44,7 @@ Setup::Setup(): Window(_("Setup")) { setCloseButton(true); - int width = 385; + int width = 395; int height = 360; setContentSize(width, height); |