widget-factory: Use symboli icons in the toolbar

That is the style that is commonly used nowadays, even
in traditional apps.
This commit is contained in:
Matthias Clasen 2020-05-05 10:44:50 -04:00
parent 88e890c29c
commit 0070cff32d

View File

@ -2,3 +2,7 @@
padding: 0;
outline-width: 0;
}
.toolbar {
-gtk-icon-style: symbolic;
}