diff options
author | mbkma <[email protected]> | 2019-05-02 15:27:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-06 13:36:03 +0200 |
commit | f355b9cdc579e0c556ee84bab9b19f53353e285e (patch) | |
tree | 42fbfec8115d42606e459290bfab3eb4a0ee8d75 /src | |
parent | cebd93cb56ab8f64c0d1c1ad20871da315e80aa8 (diff) | |
download | mate-calc-f355b9cdc579e0c556ee84bab9b19f53353e285e.tar.bz2 mate-calc-f355b9cdc579e0c556ee84bab9b19f53353e285e.tar.xz |
buttons-ui: add destructive-action style to 'clear' button
Diffstat (limited to 'src')
-rw-r--r-- | src/buttons-advanced.ui | 3 | ||||
-rw-r--r-- | src/buttons-basic.ui | 3 | ||||
-rw-r--r-- | src/buttons-financial.ui | 3 | ||||
-rw-r--r-- | src/buttons-programming.ui | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/src/buttons-advanced.ui b/src/buttons-advanced.ui index 5588892..c668b25 100644 --- a/src/buttons-advanced.ui +++ b/src/buttons-advanced.ui @@ -291,6 +291,9 @@ <property name="focus_on_click">False</property> <property name="receives_default">True</property> <signal name="clicked" handler="clear_cb" swapped="no"/> + <style> + <class name="destructive-action"/> + </style> </object> <packing> <property name="left_attach">5</property> diff --git a/src/buttons-basic.ui b/src/buttons-basic.ui index 79c8271..2ff3ac1 100644 --- a/src/buttons-basic.ui +++ b/src/buttons-basic.ui @@ -265,6 +265,9 @@ <property name="focus_on_click">False</property> <property name="receives_default">True</property> <signal name="clicked" handler="clear_cb" swapped="no"/> + <style> + <class name="destructive-action"/> + </style> </object> <packing> <property name="left_attach">5</property> diff --git a/src/buttons-financial.ui b/src/buttons-financial.ui index a803ed9..406febf 100644 --- a/src/buttons-financial.ui +++ b/src/buttons-financial.ui @@ -2152,6 +2152,9 @@ <property name="focus_on_click">False</property> <property name="receives_default">True</property> <signal name="clicked" handler="clear_cb" swapped="no"/> + <style> + <class name="destructive-action"/> + </style> </object> <packing> <property name="left_attach">5</property> diff --git a/src/buttons-programming.ui b/src/buttons-programming.ui index 0e83d90..d084867 100644 --- a/src/buttons-programming.ui +++ b/src/buttons-programming.ui @@ -2070,6 +2070,9 @@ <property name="receives_default">True</property> <property name="use_underline">True</property> <signal name="clicked" handler="clear_cb" swapped="no"/> + <style> + <class name="destructive-action"/> + </style> </object> <packing> <property name="left_attach">6</property> |