summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-25 13:04:54 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-10-31 09:38:37 +0000
commiteeeb7fb69b73cca40a27662997f2d21cec6ed33f (patch)
treef5a73e07c38b93cbd2e64202a35c04aa8bed4632
parent3f9ae337932da550f2623daa6dedd9c3e0e5cfb3 (diff)
downloaddeluge-eeeb7fb69b73cca40a27662997f2d21cec6ed33f.tar.gz
deluge-eeeb7fb69b73cca40a27662997f2d21cec6ed33f.tar.bz2
deluge-eeeb7fb69b73cca40a27662997f2d21cec6ed33f.zip
[GTK] Fix Status tab download speed and uploaded
Previous work on the status tab caused these labels to not be in the correct position so this commit swaps them back..
-rw-r--r--deluge/ui/gtk3/glade/main_window.tabs.ui24
1 files changed, 9 insertions, 15 deletions
diff --git a/deluge/ui/gtk3/glade/main_window.tabs.ui b/deluge/ui/gtk3/glade/main_window.tabs.ui
index 30bd395bd..159ea160b 100644
--- a/deluge/ui/gtk3/glade/main_window.tabs.ui
+++ b/deluge/ui/gtk3/glade/main_window.tabs.ui
@@ -105,7 +105,7 @@
<property name="row_spacing">5</property>
<property name="column_spacing">10</property>
<child>
- <object class="GtkLabel" id="summary_total_uploaded">
+ <object class="GtkLabel" id="summary_download_speed">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="width_chars">20</property>
@@ -305,7 +305,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="summary_download_speed">
+ <object class="GtkLabel" id="summary_total_uploaded">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="width_chars">15</property>
@@ -850,12 +850,6 @@
<child>
<placeholder/>
</child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
</object>
</child>
</object>
@@ -1065,9 +1059,6 @@
</packing>
</child>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkCheckButton" id="chk_super_seeding">
<property name="label" translatable="yes">Super Seeding</property>
<property name="use_action_appearance">False</property>
@@ -1078,10 +1069,10 @@
<signal name="toggled" handler="on_chk_toggled" swapped="no"/>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">4</property>
- </packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">4</property>
+ </packing>
</child>
<child>
<object class="GtkCheckButton" id="chk_move_completed">
@@ -1113,6 +1104,9 @@
<property name="position">6</property>
</packing>
</child>
+ <child>
+ <placeholder/>
+ </child>
</object>
</child>
</object>