[gnome-clocks] widgets: Remove emphasis on Cancel button
- From: Arnel A. Borja <arnelborja src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] widgets: Remove emphasis on Cancel button
- Date: Fri, 30 Aug 2013 12:48:16 +0000 (UTC)
commit a26f24a1bb38ae80b74fe7c478270263c9671dbc
Author: Arnel A. Borja <arnelborja src gnome org>
Date: Tue Aug 27 00:37:27 2013 +0800
widgets: Remove emphasis on Cancel button
This is to follow the new design for Content Selection Pattern.
https://bugzilla.gnome.org/show_bug.cgi?id=706819
src/widgets.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets.vala b/src/widgets.vala
index 56e26a2..4ceab7d 100644
--- a/src/widgets.vala
+++ b/src/widgets.vala
@@ -373,7 +373,6 @@ public class ContentView : Gtk.Bin {
cancel_button = new Gtk.Button.with_label (_("Cancel"));
cancel_button.no_show_all = true;
- cancel_button.get_style_context ().add_class ("suggested-action");
cancel_button.valign = Gtk.Align.CENTER;
cancel_button.clicked.connect (() => {
icon_view.mode = IconView.Mode.NORMAL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]