Update of /cvsroot/mahogany/M/src/adb
In directory usw-pr-cvs1:/tmp/cvs-serv16042/src/adb
Modified Files:
AdbDialogs.cpp
Log Message:
fixed expansion dialog layout if there is no "More" button
Index: AdbDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/AdbDialogs.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -u -2 -r1.18 -r1.19
--- AdbDialogs.cpp 29 Apr 2002 00:00:52 -0000 1.18
+++ AdbDialogs.cpp 29 Apr 2002 14:16:56 -0000 1.19
@@ -469,8 +469,5 @@
c = new wxLayoutConstraints;
c->left.SameAs(box, wxLeft, 2*LAYOUT_X_MARGIN);
- if ( m_btnMore )
- c->right.LeftOf(m_btnMore, LAYOUT_X_MARGIN);
- else
- c->right.SameAs(box, wxRight, 2*LAYOUT_X_MARGIN);
+ c->right.LeftOf(m_btnDelete, LAYOUT_X_MARGIN);
c->top.SameAs(box, wxTop, 3*LAYOUT_Y_MARGIN);
c->bottom.SameAs(box, wxBottom, 2*LAYOUT_Y_MARGIN);
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates