summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-05 10:44:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-05 10:45:47 -0400
commit0070cff32ded9d968dbac3f2e421fb9b3de2ddae (patch)
treed3e78cf6f31b9ba2a05a42fd245f858d1f78bdda
parent88e890c29c463b38d5c3d21c62446a1a85c0ae73 (diff)
downloadgtk+-0070cff32ded9d968dbac3f2e421fb9b3de2ddae.tar.gz
widget-factory: Use symboli icons in the toolbar
That is the style that is commonly used nowadays, even in traditional apps.
-rw-r--r--demos/widget-factory/widget-factory.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.css b/demos/widget-factory/widget-factory.css
index 1782e6db5f..cdf809a285 100644
--- a/demos/widget-factory/widget-factory.css
+++ b/demos/widget-factory/widget-factory.css
@@ -2,3 +2,7 @@
padding: 0;
outline-width: 0;
}
+
+.toolbar {
+ -gtk-icon-style: symbolic;
+}