[gnome-control-center] privacy: Use "destructive-action" style for delete buttons



commit 5bbb09703529928c74a85ff1741c326199216356
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Feb 13 12:48:02 2017 -0500

    privacy: Use "destructive-action" style for delete buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778567

 panels/privacy/privacy.ui |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 3fad58c..295af91 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -249,6 +249,9 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_underline">True</property>
+                <style>
+                  <class name="destructive-action"/>
+                </style>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -591,6 +594,9 @@
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="use_underline">True</property>
+                <style>
+                  <class name="destructive-action"/>
+                </style>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -607,6 +613,9 @@
                 <property name="halign">center</property>
                 <property name="valign">center</property>
                 <property name="use_underline">True</property>
+                <style>
+                  <class name="destructive-action"/>
+                </style>
               </object>
               <packing>
                 <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]