Changed the scrolling widgets to have better resizing behavior.

Mon, 15 Apr 2013 20:27:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 Apr 2013 20:27:07 +0200
changeset 2588
28a8bbfe097b
parent 2587
68cc83a68883
child 2589
a51b0c113ed7

Changed the scrolling widgets to have better resizing behavior.

QScintilla/ReplaceWidget.ui file | annotate | diff | comparison | revisions
QScintilla/SearchWidget.ui file | annotate | diff | comparison | revisions
--- a/QScintilla/ReplaceWidget.ui	Mon Apr 15 19:36:22 2013 +0200
+++ b/QScintilla/ReplaceWidget.ui	Mon Apr 15 20:27:07 2013 +0200
@@ -6,10 +6,16 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>795</width>
+    <width>805</width>
     <height>56</height>
    </rect>
   </property>
+  <property name="sizePolicy">
+   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
   <property name="windowTitle">
    <string>Find and Replace</string>
   </property>
--- a/QScintilla/SearchWidget.ui	Mon Apr 15 19:36:22 2013 +0200
+++ b/QScintilla/SearchWidget.ui	Mon Apr 15 20:27:07 2013 +0200
@@ -6,10 +6,16 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>947</width>
+    <width>959</width>
     <height>25</height>
    </rect>
   </property>
+  <property name="sizePolicy">
+   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
   <property name="windowTitle">
    <string>Find</string>
   </property>

eric ide

mercurial