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

List:       kde-commits
Subject:    KDE/kdepim/kontact/plugins/summary
From:       Allen Winter <winter () kde ! org>
Date:       2009-10-08 0:25:32
Message-ID: 1254961532.104901.29541.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032511 by winterz:

put back the minimally expanding spaceritems below the last summary in each column.
an attempt to keep the last summary from stretching and looking strange.


 M  +9 -0      summaryview_part.cpp  


--- trunk/KDE/kdepim/kontact/plugins/summary/summaryview_part.cpp #1032510:1032511
@@ -232,6 +232,15 @@
     }
   }
 
+  QSpacerItem *lspacer = new QSpacerItem( 1, 10,
+                                          QSizePolicy::MinimumExpanding,
+                                          QSizePolicy::MinimumExpanding );
+  QSpacerItem *rspacer = new QSpacerItem( 1, 10,
+                                          QSizePolicy::MinimumExpanding,
+                                          QSizePolicy::MinimumExpanding );
+  mLeftColumn->addSpacerItem( lspacer );
+  mRightColumn->addSpacerItem( rspacer );
+
   mFrame->show();
 
   mMainWidget->setUpdatesEnabled( true );
[prev in list] [next in list] [prev in thread] [next in thread] 

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