From 6d93f32735b46c24f0cbf11679889c65decfe4c8 Mon Sep 17 00:00:00 2001 From: "Timothy N. Gaskell" Date: Wed, 9 Sep 2026 23:28:10 -0500 Subject: [PATCH] statusbar layout fix from Clearlooks-Phenix-Deepsky Clearlooks-Phenix has a problem under Xfce 4.20 where a funny line often appears about half a dozen pixels above the statusbar in Thunar and Mousepad. I maintain my own fork of the same upstream theme (a recolor in Fedora Core 5 colors) and am happy with the fix I found for this, so you might like the same change. --- .../share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lcos-packages/lcos-theme-clearlooks/usr/share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css b/lcos-packages/lcos-theme-clearlooks/usr/share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css index 756bdf964c..465f272cfc 100644 --- a/lcos-packages/lcos-theme-clearlooks/usr/share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css +++ b/lcos-packages/lcos-theme-clearlooks/usr/share/themes/Clearlooks-Phenix/gtk-3.0/gtk-widgets.css @@ -165,7 +165,11 @@ rubberband { } statusbar { - margin: -7px -10px -6px -10px; + margin: -1px -10px 0px -10px; +} + +statusbar box, statusbar label { + padding-right: 1px; } statusbar label,