From 287f3a28d1d300b30ccbe76d4f5286d7ec4934e9 Mon Sep 17 00:00:00 2001 From: Rinaldus Date: Sun, 19 Jun 2022 19:12:31 +0300 Subject: [PATCH] Increased title bar height according to Cinnamon 5.4 new specifications. --- gtk-3.20/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/gtk.css b/gtk-3.20/gtk.css index b14d63b..7edd89f 100644 --- a/gtk-3.20/gtk.css +++ b/gtk-3.20/gtk.css @@ -2135,7 +2135,7 @@ headerbar { border-radius: 0; } .default-decoration.titlebar:not(headerbar), headerbar.default-decoration { - min-height: 28px; + min-height: 38px; padding: 4px; } .default-decoration.titlebar:not(headerbar) button.titlebutton, headerbar.default-decoration button.titlebutton {