From 7e2192e875ea0cc1ed160e0ebf6138e37e975035 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 6 Nov 2018 18:17:03 +0000 Subject: [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. --- deluge/ui/gtk3/glade/main_window.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deluge/ui/gtk3/glade') 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. False 2 - + True False vertical - + True True -- cgit