From 52b7c287ea8e13bccb02707517e5f26ae4588b52 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 30 Mar 2016 17:32:04 -0400 Subject: GTK 3.18: fix cpufreq applet label problem The cpufreq-applet units label was not coming up at panel startup, and a bottom panel was rendering 1px above the bottom of the screen. Fix both of these by overriding the theme default default 1px padding for everything in the panel. BlackMATE is one of the few themes with a non-zero default padding, it seems to cause bugs with applet and panel rendering not found in otther themes. --- desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index a9a4892b..12548a4d 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -337,6 +337,14 @@ PanelToplevel.background.horizontal { text-shadow: none; } +/*stop panel from being spaced above bottom of screen, + stop failure of cpufreq-appet to show all labels*/ + +.mate-panel-menu-bar, +.mate-panel-menu-bar * { + padding: 0px; +} + /* workaround to avoid unwanted black frames if switching compositor on/off */ .mate-panel-menu-bar .window-frame.csd.popup { box-shadow: none; -- cgit v1.2.1