diff --git a/src/Indicator/Widgets/DisplayWidget.vala b/src/Indicator/Widgets/DisplayWidget.vala index 01fca412c..9a8becd72 100644 --- a/src/Indicator/Widgets/DisplayWidget.vala +++ b/src/Indicator/Widgets/DisplayWidget.vala @@ -89,7 +89,7 @@ public class Monitor.Widgets.DisplayWidget : Gtk.Box { append (gpu_widget); append (gpu_memory_widget); append (gpu_temperature_widget); - append (network_up_widget); append (network_down_widget); + append (network_up_widget); } } diff --git a/src/Views/PreferencesView.vala b/src/Views/PreferencesView.vala index fcb82da1f..ee2d1e88d 100644 --- a/src/Views/PreferencesView.vala +++ b/src/Views/PreferencesView.vala @@ -122,8 +122,8 @@ public class Monitor.PreferencesView : Granite.Bin { indicator_options_box.append (gpu_memory_check); indicator_options_box.append (gpu_temp_check); indicator_options_box.append (new Gtk.Separator (HORIZONTAL)); - indicator_options_box.append (network_upload_check); indicator_options_box.append (network_download_check); + indicator_options_box.append (network_upload_check); var indicator_options_revealer = new Gtk.Revealer () { child = indicator_options_box