summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-12-28 02:24:20 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-09 07:10:01 +0100
commitec29cd47e3cfa1562cea2766659c36c363ce90a0 (patch)
tree583092e0ec9ea2a6f11ec3e5c13d271f5d675a0d
parent80b198f17a751e34d6c946172faf241e0c28f806 (diff)
downloadmana-client-ec29cd47e3cfa1562cea2766659c36c363ce90a0.tar.gz
mana-client-ec29cd47e3cfa1562cea2766659c36c363ce90a0.tar.bz2
mana-client-ec29cd47e3cfa1562cea2766659c36c363ce90a0.tar.xz
mana-client-ec29cd47e3cfa1562cea2766659c36c363ce90a0.zip
Fixed the setup overall width to fix the tab behaviour with
default locale. Spotted by Ali-G. Reviewed-by: Ablu.
-rw-r--r--src/gui/setup.cpp2
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);