[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Aug 17 20:10:29 CEST 2004


CVS commit by rchern: 

Prevent data object dialogs from being resized vertically.  Is this ok?


  M +2 -0      dataobjectdialog.h   1.5


--- kdeextragear-2/kst/kst/dataobjectdialog.h  #1.4:1.5
@@ -58,4 +58,5 @@ void DIALOGTYPE::show_Edit(const QString
 
   _fillFieldsForEdit();
+  setFixedHeight(height());
 
   setCaption(i18n("Edit %1").arg(DTYPE));
@@ -71,4 +72,5 @@ void DIALOGTYPE::show_New() {
 
   _fillFieldsForNew();
+  setFixedHeight(height());
   
   setCaption(i18n("New %1").arg(DTYPE));





More information about the Kst mailing list