[gnome-usage] cpu-sub-view: Don't hardcode the width



commit e7e9c2c9253094472948881260f6bec9948bab9d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Sep 10 15:52:49 2019 +0200

    cpu-sub-view: Don't hardcode the width
    
    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 70d8e9a..9e1fbcc 100644
--- a/src/cpu-sub-view.vala
+++ b/src/cpu-sub-view.vala
@@ -38,7 +38,6 @@ namespace Usage
             cpu_graph.hexpand = true;
             var cpu_graph_box = new GraphBox(cpu_graph);
             cpu_graph_box.height_request = 225;
-            cpu_graph_box.width_request = 600;
             cpu_graph_box.valign = Gtk.Align.START;
 
             process_list_box = new ProcessListBox(ProcessListBoxType.PROCESSOR);


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