gtk icon indicating copy to clipboard operation
gtk copied to clipboard

Missing button borders, big windows button size with DBeaver

Open borkie opened this issue 1 year ago • 2 comments

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

2023-05-11_16-29 2023-05-11_16-28 2023-05-11_16-27

borkie avatar May 11 '23 14:05 borkie

To fix big buttons in title bar create ~/.config/gtk-3.0/gtk.css and add:

headerbar.default-decoration button.titlebutton {
 padding: 0;
}

borkie avatar May 15 '23 07:05 borkie

reported here: https://github.com/vinceliuice/Colloid-gtk-theme/issues/142

rubyowo avatar Feb 24 '24 15:02 rubyowo