[gnome-contacts] Don't expand sidepane
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Don't expand sidepane
- Date: Fri, 20 Jan 2012 14:50:37 +0000 (UTC)
commit 8a49eb2a1ae6e8d150b24c501c95ef5b4b58865c
Author: Alexander Larsson <alexl redhat com>
Date: Fri Jan 20 14:24:03 2012 +0100
Don't expand sidepane
src/contacts-app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 73d556c..7c2758b 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -263,7 +263,7 @@ public class Contacts.App : Gtk.Application {
toolbar.get_style_context ().add_class (STYLE_CLASS_MENUBAR);
toolbar.get_style_context ().add_class ("contacts-left-toolbar");
toolbar.set_vexpand (false);
- toolbar.set_hexpand (true);
+ toolbar.set_hexpand (false);
grid.attach (toolbar, 0, 0, 1, 1);
var add_button = new ToolButton (null, _("Add..."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]