Skip to content

Commit

Permalink
[GTK] Fix Status tab download speed and uploaded
Browse files Browse the repository at this point in the history
Previous work on the status tab caused these labels to not be in the
correct position so this commit swaps them back..
  • Loading branch information
cas-- committed Oct 31, 2019
1 parent 3f9ae33 commit eeeb7fb
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions deluge/ui/gtk3/glade/main_window.tabs.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -850,12 +850,6 @@
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
Expand Down Expand Up @@ -1064,9 +1058,6 @@
<property name="position">3</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkCheckButton" id="chk_super_seeding">
<property name="label" translatable="yes">Super Seeding</property>
Expand All @@ -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">
Expand Down Expand Up @@ -1113,6 +1104,9 @@
<property name="position">6</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
Expand Down

0 comments on commit eeeb7fb

Please sign in to comment.