
bulia byak wrote:
Please give your reasons for (or failing that, please fix :) these issues:
- 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.
- top toolbar buttons are too large (though not by much, so if it's
the standard size, let it be; if not please revert the size)
Yes, that's the standard size. It's "GTK_ICON_SIZE_LARGE_TOOLBAR", and seems to go along with what other apps use in that position. One thing I used for a reference was gedit, to see how it compared and behaved in regards to different themes. I belive that for me, out of the box GNOME and Bluecurve set that to 24 and Inkscape had be using 20 for icons in that location. Small toolbar icons in the default are 18. So Inkscape was getting slightly rescaled bitmaps instead of the theme designer's intent, thus the blurry stock icons.
Of course, now the 'proper' fix to get Inkscape to use smaller icons there would be to either ovrride it in some gtkrc, or use a theme with smaller icons. :-)
- four toggle buttons in select toolbar (scaling stroke, corners, etc)
are way too large, they are supposed to be small and different from the regular buttons
We'll probably have to think about that one. At the moment they are small toolbar icons that are in a toolbar. Might be time to dig through the HIG.
- in zoom and node tool controls, SVG icons are truncated
I think it's that same cache issue as earlier.
- in fill&stroke, icons on tabs are too large and truncated
Yeah. The smallest size in default is the 16x16 menu size. Time to go HIG digging.
- SVG icons in menus are too large and truncated
The stock ones should be 16x16. I can't get a screenshot of my menus to check, but it seems about right. The SVG ones might be getting hit by some size caching issue, so I'll look at that.
- eye and lock icons in the statusbar disappeared!
Hmmm.... will have to look at that.
- all icons in Align&distribute disappeared!
Nope. They're still there.
It's just that they're now 2x2 pixels. Guess something is using the logical size for it's physical dimensions still. Definitely a bug.