[gnome-boxes] libvirt-machine-props: More vertical padding
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine-props: More vertical padding
- Date: Tue, 28 Apr 2015 17:41:51 +0000 (UTC)
commit 2c3deacaa017878b918519a322c32562eaaeb9c7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Apr 28 16:42:15 2015 +0100
libvirt-machine-props: More vertical padding
Add more vertical paddings to make Allan happy.
src/libvirt-machine-properties.vala | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 35a6388..0639aa7 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -363,6 +363,8 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
private void add_resource_usage_graphs (ref List<Boxes.Property> list) {
var grid = new Gtk.Grid ();
+ grid.margin_top = 20;
+ grid.margin_bottom = 20;
grid.row_spacing = 5;
grid.column_spacing = 10;
grid.column_homogeneous = true;
@@ -403,7 +405,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
private void add_system_props_buttons (ref List<Boxes.Property> list) {
var grid = new Gtk.Grid ();
- grid.margin_top = 5;
+ grid.margin_bottom = 20;
grid.column_spacing = 5;
grid.hexpand = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]