Revision: 7454
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7454&view=rev
Author:   vadz
Date:     2008-05-03 07:46:31 -0700 (Sat, 03 May 2008)

Log Message:
-----------
change top margin of listbox created by CreateListBox() to be fully inside the 
containing static box under Windows XP

Modified Paths:
--------------
    trunk/M/src/gui/wxDialogLayout.cpp

Modified: trunk/M/src/gui/wxDialogLayout.cpp
===================================================================
--- trunk/M/src/gui/wxDialogLayout.cpp  2008-05-03 00:03:37 UTC (rev 7453)
+++ trunk/M/src/gui/wxDialogLayout.cpp  2008-05-03 14:46:31 UTC (rev 7454)
@@ -1032,7 +1032,7 @@
    // and the listbox itself
    wxListBox *listbox = new wxListBox(GetCanvas(), -1);
    c = new wxLayoutConstraints;
-   c->top.SameAs(box, wxTop, 3*LAYOUT_Y_MARGIN);
+   c->top.SameAs(box, wxTop, 4*LAYOUT_Y_MARGIN);
    c->left.SameAs(box, wxLeft, LAYOUT_X_MARGIN);
    c->right.LeftOf(buttonModify, LAYOUT_X_MARGIN);;
    c->bottom.SameAs(box, wxBottom, LAYOUT_Y_MARGIN);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to