[commit] r1262 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Apr 11 16:09:56 CDT 2011


Author: ksmyth
Date: Mon Apr 11 16:09:56 2011
New Revision: 1262

Log:
Fix GME-343

Modified:
   trunk/GME/Gme/ChildFrm.cpp

Modified: trunk/GME/Gme/ChildFrm.cpp
==============================================================================
--- trunk/GME/Gme/ChildFrm.cpp	Mon Apr 11 09:58:00 2011	(r1261)
+++ trunk/GME/Gme/ChildFrm.cpp	Mon Apr 11 16:09:56 2011	(r1262)
@@ -125,7 +125,7 @@
 //		int zoomvals[] = {ZOOM_NO, 150, 200, 250, 300, 350, 400, 0}; // for test
 		propBar.SetZoomList(zoomvals);
 		propBar.DockToFrameWindow(CBRS_ALIGN_TOP);
-		propBar.SetMinSize(CSize(0, 25));
+		propBar.SetMinSize(CSize(10, 25));
 
 		ShowPane(&propBar, true, false, true);
 	}


More information about the gme-commit mailing list