find previous button should be left of the find next button

This commit is contained in:
baldurk
2017-08-15 13:08:34 +01:00
parent c7dda154ab
commit 04b715890c
+5 -4
View File
@@ -358,13 +358,14 @@
</widget>
</item>
<item>
<widget class="QToolButton" name="findNext">
<widget class="QToolButton" name="findPrev">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../Resources/resources.qrc">
<normaloff>:/arrow_right.png</normaloff>:/arrow_right.png</iconset>
<normaloff>:/arrow_left.png</normaloff>:/arrow_left.png
</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
@@ -372,13 +373,13 @@
</widget>
</item>
<item>
<widget class="QToolButton" name="findPrev">
<widget class="QToolButton" name="findNext">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../Resources/resources.qrc">
<normaloff>:/arrow_left.png</normaloff>:/arrow_left.png</iconset>
<normaloff>:/arrow_right.png</normaloff>:/arrow_right.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>