diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-12-28 02:24:20 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-09 07:10:01 +0100 |
commit | ec29cd47e3cfa1562cea2766659c36c363ce90a0 (patch) | |
tree | 583092e0ec9ea2a6f11ec3e5c13d271f5d675a0d /src | |
parent | 80b198f17a751e34d6c946172faf241e0c28f806 (diff) | |
download | mana-ec29cd47e3cfa1562cea2766659c36c363ce90a0.tar.gz mana-ec29cd47e3cfa1562cea2766659c36c363ce90a0.tar.bz2 mana-ec29cd47e3cfa1562cea2766659c36c363ce90a0.tar.xz mana-ec29cd47e3cfa1562cea2766659c36c363ce90a0.zip |
Fixed the setup overall width to fix the tab behaviour with
default locale.
Spotted by Ali-G.
Reviewed-by: Ablu.
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); |