From 0ddbdf18a2cfcf54f591b1372bb3eb9dde9728e2 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 8 Nov 2018 19:36:18 +0100 Subject: This improve symbolic icon rendering moving it to CSS only. There is places in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack --- src/widgets/toolbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/toolbox.h') diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h index ff19c802c..a5cc98b5c 100644 --- a/src/widgets/toolbox.h +++ b/src/widgets/toolbox.h @@ -62,6 +62,7 @@ public: static void updateSnapToolbox(SPDesktop *desktop, Inkscape::UI::Tools::ToolBase *eventcontext, GtkWidget *toolbox); static GtkIconSize prefToSize(Glib::ustring const &path, int base = 0 ); + static Gtk::IconSize prefToSize_mm(Glib::ustring const &path, int base = 0 ); private: ToolboxFactory() = delete; -- cgit v1.2.3