gtk
gtk copied to clipboard
Missing button borders, big windows button size with DBeaver
Using Gnome and DBeaver there are missing button borders and huge window buttons size like in these screenshots.
There are also some artifacts in lower window corner
Debian 11 GNOME 3.38.5 Wayland Catppuccin-Frappe-Compact-Green-Dark installed with python script DBeaver 23.0.4.202305071523
To fix big buttons in title bar create ~/.config/gtk-3.0/gtk.css
and add:
headerbar.default-decoration button.titlebutton {
padding: 0;
}
reported here: https://github.com/vinceliuice/Colloid-gtk-theme/issues/142