[gnome-usage] cpu-sub-view: Don't horizontally center



commit 51cd6065bbf704bf320af99129aad3e939306896
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Sep 10 15:51:36 2019 +0200

    cpu-sub-view: Don't horizontally center
    
    This lets the HdyColumn do its job at handling the width.

 src/cpu-sub-view.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/cpu-sub-view.vala b/src/cpu-sub-view.vala
index 55fdcbc..70d8e9a 100644
--- a/src/cpu-sub-view.vala
+++ b/src/cpu-sub-view.vala
@@ -53,7 +53,6 @@ namespace Usage
             no_process_view = new NoResultsFoundView();
 
             var cpu_box = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
-            cpu_box.halign = Gtk.Align.CENTER;
             cpu_box.pack_start(label, false, false, 0);
             cpu_box.pack_start(cpu_graph_box, false, false, 0);
             cpu_box.pack_start(spinner, true, true, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]