[feat] remove not yet implemented UI elements and add correct download directory to settings popover

This commit is contained in:
Julian Sparber
2017-09-18 18:39:26 +02:00
parent d3c1c9149d
commit 32ac377bf0
2 changed files with 11 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
</packing>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="settings_download_directory">
<property name="visible">True</property>
<property name="text">~/Downloads</property>
</object>
@@ -34,7 +34,7 @@
</child>
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="label">Browse...</property>
<property name="margin_start">12</property>
</object>
@@ -47,7 +47,7 @@
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Automatically enable Teleport on these networks:</property>
<property name="margin_bottom">6</property>
@@ -62,7 +62,7 @@
</child>
<child>
<object class="GtkListBox" id="general-listbox">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="selection_mode">none</property>
<child>