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

List:       kde-commits
Subject:    kdelibs/kdeui
From:       Nadeem Hasan <nhasan () nadmm ! com>
Date:       2003-04-22 12:05:32
[Download RAW message or body]

CVS commit by nhasan: 

Fix margin.


  M +2 -2      kspelldlg.cpp   1.34


--- kdelibs/kdeui/kspelldlg.cpp  #1.33:1.34
@@ -96,5 +96,5 @@ KSpellDlg::KSpellDlg(
 
     QVBoxLayout * topLayout =
-      new QVBoxLayout(w, KDialog::marginHint(), KDialog::spacingHint());
+      new QVBoxLayout(w, 0, KDialog::spacingHint());
 
     layout = new QHBoxLayout(topLayout);
@@ -105,5 +105,5 @@ KSpellDlg::KSpellDlg(
 
     layout =
-      new QHBoxLayout(w, KDialog::marginHint(), KDialog::spacingHint());
+      new QHBoxLayout(w, 0, KDialog::spacingHint());
   }
   


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

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