[gnome-contacts] ContactsEditor: Address field editor not cropped
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] ContactsEditor: Address field editor not cropped
- Date: Fri, 19 Jul 2013 19:11:36 +0000 (UTC)
commit 0a0d5c9c62c8d09b17bb90a55960ee1cfcf0262a
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Fri Jul 19 14:35:46 2013 -0400
ContactsEditor: Address field editor not cropped
GtkGrid doesn't support nth-child pseudo classes
Moved Address to use GtkBox instead
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=704531
src/contacts-contact-editor.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-editor.vala b/src/contacts-contact-editor.vala
index 3a9c1fc..e68f178 100644
--- a/src/contacts-contact-editor.vala
+++ b/src/contacts-contact-editor.vala
@@ -20,7 +20,7 @@ using Gtk;
using Folks;
using Gee;
-public class Contacts.AddressEditor : Grid {
+public class Contacts.AddressEditor : Box {
public Entry? entries[7];
public PostalAddressFieldDetails details;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]