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

List:       kde-commits
Subject:    kdenetwork/kit
From:       Neil Stevens <neil () qualityassistant ! com>
Date:       2002-12-29 13:27:37
[Download RAW message or body]

CVS commit by neil: 

Remove margins.  Sorry, Jason.

CCMAIL: jason@katzbrown.com


  M +3 -2      tmessage.cpp   1.45


--- kdenetwork/kit/tmessage.cpp  #1.44:1.45
@@ -208,9 +208,10 @@ TMessage::TMessage(const QString &displa
 
         QHBox *bottomRow = new QHBox(centralWidget);
-        // make color buttons not directly against the edge
-        bottomRow->setMargin(KDialog::marginHint() / 2);
+        // No margin, that's the rule
+        bottomRow->setMargin(0);
         bottomRow->setSpacing(KDialog::spacingHint());
         // make color buttons in their own vertical arrangement - jason
         QVBox *colors = new QVBox(bottomRow); 
+        colors->setMargin(0);
         colors->setSpacing(KDialog::spacingHint());
         editFore = new KColorButton(colors);


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

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