FEM: GUI prefs general tab, again make ALL dir chooser really dir chooser

This commit is contained in:
Bernd Hahnebach
2018-02-07 13:32:34 +01:00
committed by wmayer
parent 2f35bea1da
commit c20cab0d80

View File

@@ -67,6 +67,9 @@
<property name="prefEntry" stdset="0">
<cstring>WorkingDir</cstring>
</property>
<property name="mode">
<enum>Gui::FileChooser::Directory</enum>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Fem/General</cstring>
</property>
@@ -284,6 +287,9 @@
<property name="prefEntry" stdset="0">
<cstring>CustomDirectoryPath</cstring>
</property>
<property name="mode">
<enum>Gui::FileChooser::Directory</enum>
</property>
</widget>
</item>
<item>
@@ -416,6 +422,9 @@
<property name="prefEntry" stdset="0">
<cstring>CustomMaterialsDir</cstring>
</property>
<property name="mode">
<enum>Gui::FileChooser::Directory</enum>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Fem/General</cstring>
</property>