On Thu, Jan 20, 2005 at 07:44:31PM -0400, bulia byak wrote:
Sorry it's me ranting again. Do we HAVE to have those large buttons? I find them clumsy at this size. Up to now, there was:
Nope, don't need it, but some folks were curious about the sizes. The size defines are still just commented out in widgets/widget-sizes.h:
// GTK uses 24 for icon sizes by default. Spacing adjust to keep the // toolbar the same as other GTK applications. //#define AUX_BUTTON_SIZE 20 //#define AUX_SPACING 3 #define AUX_BUTTON_SIZE 24 #define AUX_SPACING 2
I've revereted these.
Both these are now broken. Why? What for? Can we return the small size at least as an option? [snip] P.S. The join/cap buttons with thick white midline replaced by thick black midline became even worse. So I went ahead and fixed them using a thin dotted midline.
Cool, thanks for fixing them. I've just been doing changes people talk about. Since I don't see the opposing comments (until now), I figure it's at least worth investigating to see what people think.