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

Modified Files:
        wxComposeView.cpp 
Log Message:
don't expand subject text vertically, looks bad

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.384
retrieving revision 1.385
diff -b -u -2 -r1.384 -r1.385
--- wxComposeView.cpp   17 Mar 2005 22:28:39 -0000      1.384
+++ wxComposeView.cpp   9 Apr 2005 11:21:18 -0000       1.385
@@ -1870,5 +1870,5 @@
    wxSizer *sizerSubj = new wxBoxSizer(wxHORIZONTAL);
    m_txtSubject = new wxSubjectTextCtrl(m_panel);
-   sizerSubj->Add(m_txtSubject, 1, wxEXPAND | wxALIGN_CENTRE_VERTICAL);
+   sizerSubj->Add(m_txtSubject, 1, wxALIGN_CENTRE_VERTICAL);
    SetTextAppearance(m_txtSubject);
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to