[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Mar 16 23:09:33 CET 2005


CVS commit by staikos: 

don't let the view widget get too small


  M +1 -0      kstviewwidget.cpp   1.69


--- kdeextragear-2/kst/kst/kstviewwidget.cpp  #1.68:1.69
@@ -34,4 +34,5 @@ KstViewWidget::KstViewWidget(KstTopLevel
   setFocusPolicy(QWidget::StrongFocus);
   setBackgroundMode(Qt::NoBackground);
+  setMinimumSize(40, 25);
   _vo_datamode = 0L;
 }




More information about the Kst mailing list