[gnome-usage] memory-sub-view: Don't horizontally center
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-usage] memory-sub-view: Don't horizontally center
- Date: Wed, 24 Jun 2020 13:10:55 +0000 (UTC)
commit 2fb7aa3a3ebf1ab119b86769121a8395325c6cef
Author: Adrien Plazas <kekun plazas laposte net>
Date: Tue Sep 10 15:52:33 2019 +0200
memory-sub-view: Don't horizontally center
This lets the HdyColumn do its job at handling the width.
src/memory-sub-view.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/memory-sub-view.vala b/src/memory-sub-view.vala
index a24a4a8..3a1e07b 100644
--- a/src/memory-sub-view.vala
+++ b/src/memory-sub-view.vala
@@ -55,7 +55,6 @@ namespace Usage
speedometers.margin_top = 30;
var memory_box = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
- memory_box.halign = Gtk.Align.CENTER;
memory_box.pack_start(label, false, false, 0);
memory_box.pack_start(speedometers, false, false, 0);
memory_box.pack_start(spinner, true, true, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]