Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv17466/src/gui

Modified Files:
        wxAttachDialog.cpp 
Log Message:
corrected the attachment dialog layout under Windows

Index: wxAttachDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxAttachDialog.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- wxAttachDialog.cpp  2 Sep 2002 18:40:35 -0000       1.1
+++ wxAttachDialog.cpp  8 Sep 2002 01:31:33 -0000       1.2
@@ -177,5 +177,5 @@
 
    m_txtFilename = CreateFileEntry(this, labels[Label_Filename],
-                                   widthMax, NULL, MARGIN);
+                                   widthMax, box, MARGIN);
    m_txtName = CreateTextWithLabel(this, labels[Label_Name],
                                    widthMax, m_txtFilename, MARGIN);
@@ -188,5 +188,5 @@
 
 
-   SetDefaultSize(6*wBtn, 8*hBtn);
+   SetDefaultSize(6*wBtn, 10*hBtn);
 }
 



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to