eric6/QScintilla/ReplaceWidget.ui

changeset 8129
52c76e6cb35b
parent 6942
2602857055c5
--- a/eric6/QScintilla/ReplaceWidget.ui	Mon Feb 22 19:15:06 2021 +0100
+++ b/eric6/QScintilla/ReplaceWidget.ui	Mon Feb 22 19:30:16 2021 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>813</width>
-    <height>58</height>
+    <height>54</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -82,9 +82,6 @@
      <property name="spacing">
       <number>0</number>
      </property>
-     <property name="rightMargin">
-      <number>24</number>
-     </property>
      <item>
       <widget class="QToolButton" name="findPrevButton">
        <property name="toolTip">
@@ -99,6 +96,13 @@
        </property>
       </widget>
      </item>
+     <item>
+      <widget class="QToolButton" name="extendButton">
+       <property name="toolTip">
+        <string>Press to extend the search to the whole word</string>
+       </property>
+      </widget>
+     </item>
     </layout>
    </item>
    <item row="0" column="4">
@@ -209,11 +213,12 @@
   <tabstop>regexpCheckBox</tabstop>
   <tabstop>wrapCheckBox</tabstop>
   <tabstop>selectionCheckBox</tabstop>
+  <tabstop>extendButton</tabstop>
   <tabstop>findNextButton</tabstop>
   <tabstop>findPrevButton</tabstop>
-  <tabstop>replaceButton</tabstop>
   <tabstop>replaceSearchButton</tabstop>
   <tabstop>replaceAllButton</tabstop>
+  <tabstop>replaceButton</tabstop>
   <tabstop>closeButton</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial