summaryrefslogtreecommitdiff
path: root/src/buttons-programming.ui
diff options
context:
space:
mode:
authormbkma <[email protected]>2019-05-02 00:46:48 +0200
committerraveit65 <[email protected]>2019-05-06 13:36:03 +0200
commitcebd93cb56ab8f64c0d1c1ad20871da315e80aa8 (patch)
treec62914948a57ab846842950d3b4988bf453c8b43 /src/buttons-programming.ui
parentb3605bee34d6b62eb4e5057bbad40513bdc600df (diff)
downloadmate-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-programming.ui')
-rw-r--r--src/buttons-programming.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buttons-programming.ui b/src/buttons-programming.ui
index 71d5c4e..0e83d90 100644
--- a/src/buttons-programming.ui
+++ b/src/buttons-programming.ui
@@ -7,8 +7,8 @@
<property name="border_width">6</property>
<property name="title" translatable="yes" comments="Title of insert character code dialog">Insert Character Code</property>
<property name="resizable">False</property>
- <property name="type_hint">dialog</property>
<property name="icon_name">accessories-calculator</property>
+ <property name="type_hint">dialog</property>
<signal name="delete-event" handler="character_code_dialog_delete_cb" swapped="no"/>
<signal name="response" handler="character_code_dialog_response_cb" swapped="no"/>
<child>
@@ -2052,6 +2052,9 @@
<property name="receives_default">True</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">6</property>