[ui] disabled GtkEntry for changing Download directory

This commit is contained in:
Julian Sparber
2017-09-18 18:51:14 +02:00
parent 32ac377bf0
commit 6946f3d88a

View File

@@ -23,6 +23,7 @@
<child> <child>
<object class="GtkEntry" id="settings_download_directory"> <object class="GtkEntry" id="settings_download_directory">
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="text">~/Downloads</property> <property name="text">~/Downloads</property>
</object> </object>
<packing> <packing>
@@ -34,7 +35,8 @@
</child> </child>
<child> <child>
<object class="GtkButton"> <object class="GtkButton">
<property name="visible">False</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="label">Browse...</property> <property name="label">Browse...</property>
<property name="margin_start">12</property> <property name="margin_start">12</property>
</object> </object>