summaryrefslogtreecommitdiff
path: root/src/buttons-basic.ui
AgeCommit message (Collapse)AuthorFilesLines
2019-05-06buttons-ui: add destructive-action style to 'clear' buttonmbkma1-0/+3
2019-05-06buttons-ui: add style class "suggested-action" to result buttonmbkma1-4/+7
This gives the result (=) button a theme defined colour. Currently has effects in Menta theme. Saw this on gnome-calculator.
2019-05-04Use gresources for UI filesrbuj1-0/+376
.ui files are combined into a binary resource bundle, and they are marked as compressed, so they will be automatically uncompressed when the resource is used. REF https://developer.gnome.org/gio/stable/GResource.html