From e2ef39af06a4ad8fdea30809d3ceeda8580e4d7b Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 18 Feb 2008 09:25:27 +0000 Subject: Fixing preview/swatch sizes. (bzr r4765) --- src/inkscape-stock.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/inkscape-stock.cpp') diff --git a/src/inkscape-stock.cpp b/src/inkscape-stock.cpp index 16bf883d0..107d246b4 100644 --- a/src/inkscape-stock.cpp +++ b/src/inkscape-stock.cpp @@ -23,6 +23,8 @@ #include "gtk/gtkiconfactory.h" +#include "widgets/icon.h" +#include "ui/widget/panel.h" void inkscape_gtk_stock_init() { @@ -31,6 +33,12 @@ inkscape_gtk_stock_init() { if (stock_initialized) return; + // Ensure icon internal sizes get set up: + sp_icon_get_phys_size(GTK_ICON_SIZE_MENU); + + // And also prepare the swatches. + Inkscape::UI::Widget::Panel::prep(); + GtkIconFactory *icon_factory = gtk_icon_factory_new(); /* todo: Should we simply remove this file now that we're no longer * calling gtk_icon_factory_add here? */ -- cgit v1.2.3