I was wondering why this message was being printed a lot by inkscape:
** (inkscape:31271): WARNING **: SPIcon: icon allocated less than requested size
It is coming from the little sticky zoom button in the bottom status bar. This status bar is defined to have a height of 20, and the sticky zoom is 14x14.
With the borders around the status bar and the borders around the button, the sticky zoom gets cropped to 14x10 which triggers the warning message.
I found the optimal size for status bar and sticky zoom button to get rid of the warning message is 22 for the status bar and 12 for the button.
./src/widgets/widget-sizes.h #define BOTTOM_BAR_HEIGHT 22 #define BOTTOM_BUTTON_SIZE 12
Anything less than 12 and the sticky zoom button doesn't display.
Any objections to adding 2 pixels to the bottom bar height? It seems the sticky zoom button is temporary, but I have a thing for consoles free of unnecessary output. ;)
Cheers, Rob. http://members.rogers.com/rcrosbie
_________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2f...
participants (1)
-
Robert Crosbie