Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10624/src/gui

Modified Files:
        wxMIMETreeDialog.cpp 
Log Message:
give bigger size to the tree

Index: wxMIMETreeDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMIMETreeDialog.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- wxMIMETreeDialog.cpp        13 Aug 2004 22:33:03 -0000      1.2
+++ wxMIMETreeDialog.cpp        13 Aug 2004 23:58:00 -0000      1.3
@@ -145,5 +145,5 @@
                   -1,
                   wxDefaultPosition,
-                  wxDefaultSize,
+                  wxSize(400, 200),
                   wxTR_DEFAULT_STYLE | wxTR_MULTIPLE
                 )
@@ -218,5 +218,4 @@
 
    m_treectrl->Expand(m_treectrl->GetRootItem());
-   m_treectrl->SetMinSize(wxSize(200, 200));
 
    box->SetLabel(wxString::Format(_("%u MIME parts"), m_countParts));



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to