summaryrefslogtreecommitdiff
path: root/src/contacts-types.vala
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2012-12-18 16:09:50 -0500
committerErick Pérez Castellanos <erick.red@gmail.com>2012-12-18 16:20:21 -0500
commitbdbde540eff85183199753c7a78e82777ca45cda (patch)
treef3492e76dab7fb512ace175018957c3849e6b62d /src/contacts-types.vala
parent319b854f5119a785235fe1fb17cb09a0eb28fe7c (diff)
downloadgnome-contacts-bdbde540eff85183199753c7a78e82777ca45cda.tar.gz
A lot of UX fixes.
* Detail combo-boxes unstyled. * Grid broken. Persona heading layout fixed. * Edit-toolbar appear effect removed * Frame around button set when in edit-mode. * Detail combo-boxes expanded, and labels left-aligned. * [New Detail] button vcentered and label changed.
Diffstat (limited to 'src/contacts-types.vala')
-rw-r--r--src/contacts-types.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index 651ee7c..961981b 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -365,7 +365,6 @@ public class Contacts.TypeCombo : Grid {
this.type_set = type_set;
combo = new ComboBox.with_model (type_set.store);
- combo.get_style_context ().add_class ("contacts-combo");
combo.set_halign (Align.FILL);
combo.set_hexpand (true);
this.add (combo);