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

List:       kde-commits
Subject:    kdebase/kicker/applets/minipager
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2004-09-14 22:41:52
Message-ID: 20040914224152.330D4971 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

no margin on the layout, breaks Fitt's law
fixes BR#88375


  M +2 -2      pagerapplet.cpp   1.105


--- kdebase/kicker/applets/minipager/pagerapplet.cpp  #1.104:1.105
@@ -514,6 +514,6 @@ void KMiniPager::resizeEvent(QResizeEven
     }
 
-    // 1 pixel margin and spacing.
-    layout = new QGridLayout(this, nDX, nDY, 1, 1);
+    // 1 pixel spacing.
+    layout = new QGridLayout(this, nDX, nDY, 0, 1);
 
     QValueList<KMiniPagerButton*>::Iterator it = btnList.begin();


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

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