summaryrefslogtreecommitdiff
path: root/src/contacts-contact-frame.vala
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-02-14 11:16:25 +0100
committerAlexander Larsson <alexl@redhat.com>2012-02-14 11:16:25 +0100
commitee8d60105207cc990b323c0bf7d57e09a688e535 (patch)
treec20cc545cef500c027df520a987565fb8f71f645 /src/contacts-contact-frame.vala
parent1011ed627d05ac2eb021e671ecaa2cb01edc8981 (diff)
downloadgnome-contacts-ee8d60105207cc990b323c0bf7d57e09a688e535.tar.gz
Mark frame buttons so that they are themed square
Diffstat (limited to 'src/contacts-contact-frame.vala')
-rw-r--r--src/contacts-contact-frame.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contacts-contact-frame.vala b/src/contacts-contact-frame.vala
index 59dfe09..9ee626b 100644
--- a/src/contacts-contact-frame.vala
+++ b/src/contacts-contact-frame.vala
@@ -37,6 +37,7 @@ public class Contacts.ContactFrame : Frame {
if (with_button) {
var button = new Button ();
+ button.get_style_context ().add_class ("contacts-square");
button.set_relief (ReliefStyle.NONE);
button.set_focus_on_click (false);
button.add (image);