
Jon A. Cruz wrote:
bulia byak wrote:
- tool buttons are too small (actually I think we should provide a way
to make them small, but only as an option) and some are truncated
I believe this is due to some issues with the pixbuf cacheing in icon.cpp. It *should* go away with a little debugging. (I had noticed the same thing myself.
OK. I tracked it down. The icon stuff used to take two parameters, the target size for the UI and the source size from the SVG. I took out the second parameter, but hadn't compensated for it in the code, so it was always trying to render the svg's icons at 0.8 of their native size. For now I've done an ugly hack to get things scaled properly.
I also had setup some debugging things for the icon stuff. I'll leave it in for a bit, as it might come in handy. I added these preferences to my inkscape preferences manually: <group id="debug"> <group id="icons" dumpDefault="0" dumpCache="0" dumpSvg="0" dumpGtk="0" overlaySvg="0" overlayGtk="0" /> </group>
The dump ones will enable text output. The 'overlay' ones help figure the size being rendered.
Oh, and to make Bulia happy, I had done this one too: <group small="0" id="toolbox" />
Just make that a "1" to turn the top toolbar 'small' instead of 'large'