[gnome-contacts] Mark frame buttons so that they are themed square
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Mark frame buttons so that they are themed square
- Date: Tue, 14 Feb 2012 10:21:25 +0000 (UTC)
commit ee8d60105207cc990b323c0bf7d57e09a688e535
Author: Alexander Larsson <alexl redhat com>
Date: Tue Feb 14 11:16:25 2012 +0100
Mark frame buttons so that they are themed square
src/contacts-contact-frame.vala | 1 +
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]