[feat] implement new way to set download folder

This commit is contained in:
Julian Sparber
2017-10-17 18:58:13 +02:00
parent 6995b34b69
commit 2f26a1c487
2 changed files with 29 additions and 23 deletions

View File

@@ -21,11 +21,11 @@
</packing>
</child>
<child>
<object class="GtkEntry" id="settings_download_directory">
<object class="GtkFileChooserButton" id="settings_download_directory">
<property name="visible">True</property>
<property name="sensitive">True</property>
<property name="text">~/Downloads</property>
<property name="width_chars">25</property>
<property name="action">select-folder</property>
<property name="title" translatable="yes">Choose download dir</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -34,20 +34,6 @@
<property name="height">1</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="sensitive">false</property>
<property name="label">Browse...</property>
<property name="margin_start">12</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">False</property>