FEM: pref general and material, change back the file chooser to dir chooser

This commit is contained in:
Bernd Hahnebach
2018-06-05 07:31:28 +02:00
committed by Yorik van Havre
parent 7c316ba01e
commit 1a4b2cb73d
2 changed files with 9 additions and 0 deletions

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>

View File

@@ -95,6 +95,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/Material/Resources</cstring>
</property>