Qt: Style textures directory selector same as others

pull/3715/head
Stenzek 5 months ago
parent d140fbf8b2
commit 5d8bad2c87
No known key found for this signature in database

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>736</width>
<width>776</width>
<height>551</height>
</rect>
</property>
@ -883,23 +883,32 @@
</item>
<item row="1" column="1">
<widget class="QPushButton" name="texturesDirectoryBrowse">
<property name="text">
<property name="toolTip">
<string>Browse...</string>
</property>
<property name="icon">
<iconset theme="folder-open-line"/>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="texturesDirectoryOpen">
<property name="text">
<property name="toolTip">
<string>Open...</string>
</property>
<property name="icon">
<iconset theme="open-folder-line"/>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="texturesDirectoryReset">
<property name="text">
<property name="toolTip">
<string>Reset</string>
</property>
<property name="icon">
<iconset theme="delete-back-2-line"/>
</property>
</widget>
</item>
</layout>

Loading…
Cancel
Save