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

List:       kmail-devel
Subject:    Composer window looked distorted (patch included)
From:       Holger Schurig <holgerschurig () gmx ! de>
Date:       2000-12-09 15:58:41
[Download RAW message or body]

The header lines in the composer window looked like this:

   To:      ____________________ BTN
   BCC:     ____________________ BTN
   Subject:     ___________________

With the following patch it looks now like

   To:      ____________________ BTN
   BCC:     ____________________ BTN
   Subject: ____________________

Which I presume is much nicer :-)





--- ../../kde-cvs/kdenetwork/kmail/kmcomposewin.cpp     Fri Dec  8 
18:10:39 2000
+++ kmail/kmcomposewin.cpp      Sat Dec  9 16:52:49 2000
@@ -589,14 +589,13 @@
     aEdt->setMaximumSize(1000, aLbl->height()+2);
     mEdtList.append(aEdt);
 
+    mGrid->addWidget(aEdt, aRow, 1);
     if (aBtn)
     {
-      mGrid->addWidget(aEdt, aRow, 1);
       mGrid->addWidget(aBtn, aRow, 2);
       aBtn->setFixedSize(aBtn->sizeHint().width(), aLbl->height());
       aBtn->show();
     }
-    else mGrid->addMultiCellWidget(aEdt, aRow, aRow, 1, 2);
     aRow++;
   }
   else 


-- 
Holger Schurig        http://home.nikocity.de/hschurig/
Gartenstr. 26         mobile: +49-174-6827854 (mostly off)
61206 Ober-Wöllstadt  phone:  +49-6034-906230
_______________________________________________
Kmail Developers mailing list
Kmail@master.kde.org
http://master.kde.org/mailman/listinfo/kmail

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

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