mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-09 19:40:34 +00:00
find previous button should be left of the find next button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user