On 01/10/07 16:47:38, Enrico Tröger wrote:
On Mon, 01 Oct 2007 16:31:10 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
On 01/10/07 13:28:06, Enrico Tröger wrote:
On Mon, 01 Oct 2007 12:58:51 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
Geany SVN now uses the stock close item for tabs :)
But it doesn't look good ;-(. Attached are two screenshots on my system. close_icon_small.png
is
taken from current SVN version with the scaled down stock icon. Looks bad because the icon can't be scaled down so much. close_icon_big.png is taken from a version compiled with scaling
the
icon, using the same icon size as GTK menus item have. This looks better but for me it is too big, the notebook tabs take too much vertical space. This was I was talking about in my last mail.
On my system it looked fine, and I tried with several icon themes
:-/
Does the attached patch help at all? It's similar to what GEdit
No it doesn't. The size request for the button widget doesn't work, don't know why. But you don't need to get the GTK_ICON_SIZE_MENU setting at all because if you add the image generated from the GTK stock icons in the size GTK_ICON_SIZE_MENU it should be enough. This is what I did in my attempt and the result was shown in close_icon_big.png.
Well, if I'm the only one where this occurrs, I can live with it. But not sure how it looks like on other desktops.
I think we should revert the change, at least for the coming release.
Regards, Nick