Revision: 7456
http://mahogany.svn.sourceforge.net/mahogany/?rev=7456&view=rev
Author: vadz
Date: 2008-05-03 08:02:17 -0700 (Sat, 03 May 2008)
Log Message:
-----------
make browse buttons wider, otherwise they're too small under XP (this is still
a hack, we should really ask the button for its size)
Modified Paths:
--------------
trunk/M/src/gui/wxDialogLayout.cpp
Modified: trunk/M/src/gui/wxDialogLayout.cpp
===================================================================
--- trunk/M/src/gui/wxDialogLayout.cpp 2008-05-03 15:01:14 UTC (rev 7455)
+++ trunk/M/src/gui/wxDialogLayout.cpp 2008-05-03 15:02:17 UTC (rev 7456)
@@ -1725,7 +1725,7 @@
static size_t s_widthBtn = 0;
if ( s_widthBtn == 0 ) {
// calculate it only once, it's almost a constant
- s_widthBtn = 2*win->GetCharWidth();
+ s_widthBtn = 3*win->GetCharWidth();
}
return s_widthBtn;
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