diff options
Diffstat (limited to 'net-p2p/deluge/files/deluge-2.0.3-UI-status.patch')
-rw-r--r-- | net-p2p/deluge/files/deluge-2.0.3-UI-status.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-p2p/deluge/files/deluge-2.0.3-UI-status.patch b/net-p2p/deluge/files/deluge-2.0.3-UI-status.patch deleted file mode 100644 index bef102062a04..000000000000 --- a/net-p2p/deluge/files/deluge-2.0.3-UI-status.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 53391b513f96ce3b8e9cc55f63e5db0c57b6e839 Mon Sep 17 00:00:00 2001 -From: Andrew Stone <a@stoney.io> -Date: Wed, 3 Jul 2019 16:55:40 -0700 -Subject: [PATCH] [GTK] Fix ordering in status tab - ---- - deluge/ui/gtk3/glade/main_window.tabs.ui | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/deluge/ui/gtk3/glade/main_window.tabs.ui b/deluge/ui/gtk3/glade/main_window.tabs.ui -index 30bd395bd..e9a4b60a1 100644 ---- a/deluge/ui/gtk3/glade/main_window.tabs.ui -+++ b/deluge/ui/gtk3/glade/main_window.tabs.ui -@@ -112,7 +112,7 @@ - </object> - <packing> - <property name="left_attach">1</property> -- <property name="top_attach">0</property> -+ <property name="top_attach">3</property> - </packing> - </child> - <child> -@@ -312,7 +312,7 @@ - </object> - <packing> - <property name="left_attach">1</property> -- <property name="top_attach">3</property> -+ <property name="top_attach">0</property> - </packing> - </child> - <child> |