[gnome-contacts] Make the rhs buttons look regular
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Make the rhs buttons look regular
- Date: Wed, 8 Jun 2011 20:34:46 +0000 (UTC)
commit 70494adc0556116cc983d0dae3264bb7231038b3
Author: Alexander Larsson <alexl redhat com>
Date: Tue Jun 7 16:33:15 2011 +0200
Make the rhs buttons look regular
src/contacts-app.vala | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 51a74b2..d7a65a7 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -514,20 +514,18 @@ public class Contacts.App : Window {
right_grid.attach (fields_scrolled, 0, 1, 1, 1);
var bbox = new ButtonBox (Orientation.HORIZONTAL);
+ bbox.set_spacing (5);
bbox.set_layout (ButtonBoxStyle.START);
right_grid.attach (bbox, 0, 2, 1, 1);
var button = new Button.with_label(_("Notes"));
- button.get_style_context ().set_junction_sides (JunctionSides.RIGHT);
bbox.pack_start (button, false, false, 0);
+
button = new Button.with_label(_("Edit"));
- button.get_style_context ().set_junction_sides (JunctionSides.LEFT);
bbox.pack_start (button, false, false, 0);
MenuButton menu_button = new MenuButton (_("More"));
-
- bbox.pack_end (menu_button, false, false, 0);
- bbox.set_child_secondary (menu_button, true);
+ bbox.pack_start (menu_button, false, false, 0);
var menu = new Menu ();
var mi = new MenuItem.with_label (_("Add/Remove linked contacts..."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]