HexEdit/HexEditSearchWidget.ui

changeset 6325
ebdcf9a36f42
parent 4670
d401ba329d24
--- a/HexEdit/HexEditSearchWidget.ui	Sun Jun 03 14:03:19 2018 +0200
+++ b/HexEdit/HexEditSearchWidget.ui	Mon Jun 04 19:56:34 2018 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>600</width>
-    <height>27</height>
+    <height>28</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -19,7 +19,7 @@
   <property name="windowTitle">
    <string>Find</string>
   </property>
-  <layout class="QHBoxLayout" name="horizontalLayout">
+  <layout class="QHBoxLayout" name="horizontalLayout_2">
    <property name="leftMargin">
     <number>1</number>
    </property>
@@ -82,18 +82,25 @@
     </widget>
    </item>
    <item>
-    <widget class="QToolButton" name="findPrevButton">
-     <property name="toolTip">
-      <string>Press to find the previous occurrence</string>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <property name="spacing">
+      <number>0</number>
      </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QToolButton" name="findNextButton">
-     <property name="toolTip">
-      <string>Press to find the next occurrence</string>
-     </property>
-    </widget>
+     <item>
+      <widget class="QToolButton" name="findPrevButton">
+       <property name="toolTip">
+        <string>Press to find the previous occurrence</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="findNextButton">
+       <property name="toolTip">
+        <string>Press to find the next occurrence</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
   </layout>
  </widget>

eric ide

mercurial