[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Thu Aug 18 23:19:53 CEST 2005


SVN commit 450699 by rchern:

restore original minimum size

 M  +1 -1      kstviewobject.cpp  


--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #450698:450699
@@ -62,7 +62,7 @@
   _backgroundColor = KstSettings::globalSettings()->backgroundColor;
   _transparent = false;
   _followsFlow = false;
-  setMinimumSize(QSize(1, 1));
+  setMinimumSize(QSize(3, 3)); // should be the default
 }
 
 


More information about the Kst mailing list