[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Sat Jul 31 00:33:02 CEST 2004


CVS commit by rchern: 

Resize the image dialog better.


  M +5 -0      kstimagedialog_i.cpp   1.7


--- kdeextragear-2/kst/kst/kstimagedialog_i.cpp  #1.6:1.7
@@ -153,5 +153,10 @@ void KstImageDialogI::_fillFieldsForNew(
   _curvePlacement->update();
   _curvePlacement->_curvePlacementGroup->setTitle("Image Placement");
+  //for some reason the widgets need to be placed from bottom to top
+  buttonGroup5->hide();
+  buttonGroup9->hide();
   _curvePlacement->show();
+  buttonGroup5->show();
+  buttonGroup9->show();
 
   adjustSize();





More information about the Kst mailing list