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

List:       kde-commits
Subject:    kdepim/korganizer
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-02-14 19:27:46
Message-ID: 20050214192746.4C6091CF46 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

spacing does a body good.


  M +3 -1      resourceview.cpp   1.68


--- kdepim/korganizer/resourceview.cpp  #1.67:1.68
@@ -27,4 +27,5 @@
 
 #include <kcolordialog.h>
+#include <kdialog.h>
 #include <klistview.h>
 #include <klocale.h>
@@ -197,5 +198,5 @@ ResourceView::ResourceView( KCal::Calend
   : CalendarViewExtension( parent, name ), mCalendar( calendar )
 {
-  QBoxLayout *topLayout = new QVBoxLayout( this );
+  QBoxLayout *topLayout = new QVBoxLayout( this, 0, KDialog::spacingHint() );
 
   mListView = new KListView( this );
@@ -205,4 +206,5 @@ ResourceView::ResourceView( KCal::Calend
 
   QHBox *buttonBox = new QHBox( this );
+  buttonBox->setSpacing( KDialog::spacingHint() );
   topLayout->addWidget( buttonBox );
 


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

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