From e8baa0a66b4f96cb8579b618036a50dac3c89d34 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 26 Nov 2015 21:52:32 +0100 Subject: GTK3: use a horizontal padding=0 for GtkCell - this is a workaround to fix https://github.com/mate-desktop/mate-system-monitor/issues/62 - the real issue should be in gtk+ itself --- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 38db4785..77f4b3c9 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -523,3 +523,14 @@ EomThumbNav .button.flat:insensitive { border-color: @insensitive_border_color; } +/*********************** + * Mate-system-monitor * + ***********************/ + +/* workaround for crash if reducing the size of device column to zero, + horizontal padding needs to set to 0, any other value crashes m-s-m */ + +.notebook .vertical GtkScrolledWindow GtkTreeView .cell { + padding: 2px 0px; +} + -- cgit v1.2.1