From ec29cd47e3cfa1562cea2766659c36c363ce90a0 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 28 Dec 2011 02:24:20 +0100 Subject: Fixed the setup overall width to fix the tab behaviour with default locale. Spotted by Ali-G. Reviewed-by: Ablu. --- src/gui/setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-70-g09d2