vlastavesely / raleigh-reloaded

Raleigh Reloaded is a conservative GTK-3.20 theme aiming to revive the Raleigh theme, the default theme of GTK-2.0.
GNU General Public License v2.0
59 stars 9 forks source link

weird tab behavior #7

Closed rkw-inspiron closed 5 years ago

rkw-inspiron commented 5 years ago

Hi I love your theme.

I was using it with mate 1.20 (backports) / gtk 3.22 in Debian 9 and I noticed something with the mate-terminal. If I have the theme selected (if I'm using your theme) and I switch tabs in the terminal, it was shrinking a line. The terminal (mate-terminal or gnome-terminal) shrinks if you have two tabs open and switch from one to another.

I was able to resolve it by removing the following from gtk-3.0/gtk-widgets.css:

notebook header.top tab:checked * { margin-top: 1px; }

If I remove that chunk the shrinking behavior stops.

I don't know if your theme is even supposed to support 3.22 gtk (the description only says 3.20) so I'm not sure if this is something you'd want to look at or not but if so, here it is!

Thank you for your time and have a great day

bad bad

good good

vlastavesely commented 5 years ago

Hi, I will try to simulate the problem on my system in next few days and fix it :)

vlastavesely commented 5 years ago

Should be fixed now.

rkw-inspiron commented 5 years ago

Thank you, it works!