Changeset eeeb7f


Ignore:
Timestamp:
10/31/2019 09:38:37 AM (6 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
40ebdf
Parents:
3f9ae3
git-author:
Calum Lind <calumlind+deluge@gmail.com> (06/25/2019 12:04:54 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (10/31/2019 09:38:37 AM)
Message:

[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..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtk3/glade/main_window.tabs.ui

    r3f9ae3 reeeb7f  
    106106                            <property name="column_spacing">10</property>
    107107                            <child>
    108                               <object class="GtkLabel" id="summary_total_uploaded">
     108                              <object class="GtkLabel" id="summary_download_speed">
    109109                                <property name="visible">True</property>
    110110                                <property name="can_focus">False</property>
     
    306306                            </child>
    307307                            <child>
    308                               <object class="GtkLabel" id="summary_download_speed">
     308                              <object class="GtkLabel" id="summary_total_uploaded">
    309309                                <property name="visible">True</property>
    310310                                <property name="can_focus">False</property>
     
    814814                            <property name="height">3</property>
    815815                          </packing>
    816                         </child>
    817                         <child>
    818                           <placeholder/>
    819                         </child>
    820                         <child>
    821                           <placeholder/>
    822816                        </child>
    823817                        <child>
     
    10661060                                </child>
    10671061                                <child>
    1068                                   <placeholder/>
    1069                                 </child>
    1070                                 <child>
    10711062                                  <object class="GtkCheckButton" id="chk_super_seeding">
    10721063                                    <property name="label" translatable="yes">Super Seeding</property>
     
    10791070                                  </object>
    10801071                                  <packing>
    1081                                      <property name="expand">False</property>
    1082                                      <property name="fill">True</property>
    1083                                      <property name="position">4</property>
    1084                                      </packing>
     1072                                    <property name="expand">False</property>
     1073                                    <property name="fill">True</property>
     1074                                    <property name="position">4</property>
     1075                                  </packing>
    10851076                                </child>
    10861077                                <child>
     
    11131104                                    <property name="position">6</property>
    11141105                                  </packing>
     1106                                </child>
     1107                                <child>
     1108                                  <placeholder/>
    11151109                                </child>
    11161110                              </object>
Note: See TracChangeset for help on using the changeset viewer.