Blob Blame History Raw
From eeeb7fb69b73cca40a27662997f2d21cec6ed33f Mon Sep 17 00:00:00 2001
From: Calum Lind <calumlind+deluge@gmail.com>
Date: Tue, 25 Jun 2019 13:04:54 +0100
Subject: [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..
---
 deluge/ui/gtk3/glade/main_window.tabs.ui | 24 +++++++++---------------
 1 file 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 30bd395..159ea16 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>
-- 
cgit v1.1