[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/systemsettings
From:       Michael Jansen <kde () michael-jansen ! biz>
Date:       2009-02-04 23:18:44
Message-ID: 1233789524.758975.21271.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 921389 by mjansen:

Set a minimum size for systemsettings main window. Play nice and use
800x480 for eeepc and n810 (so i'm told).

The result is better but still not pretty. If we really intend to support
these resolution we have some work to do.

CCBUG: 175474

 M  +4 -0      mainwindow.cpp  


--- trunk/KDE/kdebase/workspace/systemsettings/mainwindow.cpp #921388:921389
@@ -66,6 +66,10 @@
     readMenu( rootItem );
     qStableSort( rootItem->children.begin(), rootItem->children.end(), pageLessThan \
); // sort tabs by weight  moduleTabs = new KTabWidget(this);
+
+    // Set a minimum size to avoid double scrollbars ... at least try.
+    setMinimumSize(800,480);
+
     buildActions();
     buildMainWidget();
     // We hide the menubar. So ensure the toolbar is always visible because you \
cannot get it back


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic