summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/glade
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-06 18:17:03 +0000
committerCalum Lind <calumlind@gmail.com>2018-11-07 15:52:26 +0000
commit7e2192e875ea0cc1ed160e0ebf6138e37e975035 (patch)
treefca4aeaeb404dd3e378f72a8c437f1a1a71f8f42 /deluge/ui/gtk3/glade
parentf11a42b9bf187c4272b5034a65f19766f8b64075 (diff)
downloaddeluge-7e2192e875ea0cc1ed160e0ebf6138e37e975035.tar.gz
deluge-7e2192e875ea0cc1ed160e0ebf6138e37e975035.tar.bz2
deluge-7e2192e875ea0cc1ed160e0ebf6138e37e975035.zip
[GTK] Fix showing sidebar and tabsbar
- Fixed the sidebar position not being restored by applying the config value in main_window first_show and updating config in position callback. - Renamed the main_window vpaned and hpaned widgets to aid identifying purpose. - Fixed filtertreeview KeyError when not conneted and hiding tabsbar. - Fixed the tabsbar notebook not being hidden on restart by adding a new config value.
Diffstat (limited to 'deluge/ui/gtk3/glade')
-rw-r--r--deluge/ui/gtk3/glade/main_window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluge/ui/gtk3/glade/main_window.ui b/deluge/ui/gtk3/glade/main_window.ui
index c6cac5571..43d8bf0e9 100644
--- a/deluge/ui/gtk3/glade/main_window.ui
+++ b/deluge/ui/gtk3/glade/main_window.ui
@@ -610,12 +610,12 @@ This will filter torrents for the current selection on the sidebar.</property>
<property name="can_focus">False</property>
<property name="top_padding">2</property>
<child>
- <object class="GtkPaned" id="vpaned">
+ <object class="GtkPaned" id="tabsbar_pane">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkPaned" id="main_window_hpaned">
+ <object class="GtkPaned" id="sidebar_pane">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>