[ui] disabled GtkEntry for changing Download directory
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user