You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Namely, border.svg defines a 16x16 pixels image. Then it defines a 15x14 pixels rectangle with path width 1 pixel. So the bottom line of the image is an empty line. GTK 3.22 apparently takes this empty line to heart and moves the bottom border up.
Either setting an image size of 16x15 or a border of 15x15 fixes the problem.
Especially visible when a button is on focus (e.g. with pressing tab), due to the outline:
GTK 3.22:
GTK 3.14:
I have reported https://gitlab.gnome.org/GNOME/gtk/issues/206 for the behaviour change, but I think the problem is in the theme itself.
Namely,
border.svg
defines a 16x16 pixels image. Then it defines a 15x14 pixels rectangle with path width 1 pixel. So the bottom line of the image is an empty line. GTK 3.22 apparently takes this empty line to heart and moves the bottom border up.Either setting an image size of 16x15 or a border of 15x15 fixes the problem.
I'll be changing the svgs for the
iloveeclipse
fork (https://github.com/iloveeclipse/clearlooks-phenix/tree/eclipse-patches). However I'm not sure whether thesvg
should stay at 16x16 size and the border should be 15x15, or if the size should be 16x15 with 15x14 border.The text was updated successfully, but these errors were encountered: