[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Aug 17 23:50:19 CEST 2004


CVS commit by rchern: 

Prevent label dialog and settings dialog from being resized vertically


  M +3 -4      kstlabeldialog.ui   1.10
  M +1 -0      kstlabeldialog_i.cpp   1.17
  M +4 -4      kstsettingsdlg.ui   1.10
  M +1 -0      kstsettingsdlg.ui.h   1.6


--- kdeextragear-2/kst/kst/kstlabeldialog_i.cpp  #1.16:1.17
@@ -53,4 +53,5 @@ KstLabelDialogI::KstLabelDialogI(QWidget
   connect(Delete, SIGNAL(clicked()), this, SLOT(deleteL()));
   connect(checkBoxPlotColor, SIGNAL(clicked()), this, SLOT(usePlotColorChange()));
+  setFixedHeight(height());
 }
 

--- kdeextragear-2/kst/kst/kstlabeldialog.ui  #1.9:1.10
@@ -9,6 +9,6 @@
             <x>0</x>
             <y>0</y>
-            <width>381</width>
-            <height>323</height>
+            <width>442</width>
+            <height>298</height>
         </rect>
     </property>
@@ -282,8 +282,7 @@
         <signal>newVectorCreated()</signal>
         <signal>selectionChangedLabel(const QString&amp;)</signal>
-        <slot access="public" specifier="">slot()</slot>
         <slot access="public" specifier="">allowNewScalars(bool allowed)</slot>
-        <slot access="public" specifier="">slot()</slot>
         <slot access="public" specifier="">update()</slot>
+        <slot access="public" specifier="">slot()</slot>
     </customwidget>
 </customwidgets>

--- kdeextragear-2/kst/kst/kstsettingsdlg.ui  #1.9:1.10
@@ -9,6 +9,6 @@
             <x>0</x>
             <y>1</y>
-            <width>332</width>
-            <height>163</height>
+            <width>328</width>
+            <height>134</height>
         </rect>
     </property>
@@ -129,5 +129,5 @@
             </property>
             <property name="alignment">
-                <set>AlignVCenter|AlignRight</set>
+                <set>AlignVCenter|AlignLeft</set>
             </property>
         </widget>
@@ -153,5 +153,5 @@
             </property>
             <property name="alignment">
-                <set>AlignVCenter|AlignRight</set>
+                <set>AlignVCenter|AlignLeft</set>
             </property>
             <property name="buddy" stdset="0">

--- kdeextragear-2/kst/kst/kstsettingsdlg.ui.h  #1.5:1.6
@@ -12,4 +12,5 @@ void KstSettingsDlg::init()
 {
     setSettings(KstSettings::globalSettings());
+    setFixedHeight(height());
 }
 





More information about the Kst mailing list