[gnome-contacts] Add margin over contact pane buttons
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Add margin over contact pane buttons
- Date: Thu, 9 Jun 2011 18:35:41 +0000 (UTC)
commit 9eb5140c57f7517260fad6ee9c83bc148d99b77c
Author: Alexander Larsson <alexl redhat com>
Date: Thu Jun 9 20:33:27 2011 +0200
Add margin over contact pane buttons
src/contacts-contact-pane.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 9871086..666088d 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -383,6 +383,7 @@ public class Contacts.ContactPane : EventBox {
var bbox = new ButtonBox (Orientation.HORIZONTAL);
normal_buttons = bbox;
bbox.set_spacing (5);
+ bbox.set_margin_top (8);
bbox.set_layout (ButtonBoxStyle.START);
grid.attach (bbox, 0, 2, 1, 1);
@@ -431,6 +432,7 @@ public class Contacts.ContactPane : EventBox {
bbox = new ButtonBox (Orientation.HORIZONTAL);
editing_buttons = bbox;
bbox.set_spacing (5);
+ bbox.set_margin_top (8);
bbox.set_layout (ButtonBoxStyle.END);
grid.attach (bbox, 0, 3, 1, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]