diff options
author | mbkma <[email protected]> | 2019-05-02 00:46:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-06 13:36:03 +0200 |
commit | cebd93cb56ab8f64c0d1c1ad20871da315e80aa8 (patch) | |
tree | c62914948a57ab846842950d3b4988bf453c8b43 /src/buttons-basic.ui | |
parent | b3605bee34d6b62eb4e5057bbad40513bdc600df (diff) | |
download | mate-calc-cebd93cb56ab8f64c0d1c1ad20871da315e80aa8.tar.bz2 mate-calc-cebd93cb56ab8f64c0d1c1ad20871da315e80aa8.tar.xz |
buttons-ui: add style class "suggested-action" to result button
This gives the result (=) button a theme defined colour. Currently has
effects in Menta theme. Saw this on gnome-calculator.
Diffstat (limited to 'src/buttons-basic.ui')
-rw-r--r-- | src/buttons-basic.ui | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/buttons-basic.ui b/src/buttons-basic.ui index 387b590..79c8271 100644 --- a/src/buttons-basic.ui +++ b/src/buttons-basic.ui @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface> <requires lib="gtk+" version="3.22"/> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> + <child type="titlebar"> + <placeholder/> + </child> <child> <object class="GtkGrid" id="button_panel"> <property name="visible">True</property> @@ -214,6 +217,9 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <signal name="clicked" handler="solve_cb" swapped="no"/> + <style> + <class name="suggested-action"/> + </style> </object> <packing> <property name="left_attach">4</property> @@ -369,8 +375,5 @@ </child> </object> </child> - <child type="titlebar"> - <placeholder/> - </child> </object> </interface> |