summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-26 21:52:32 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-26 21:54:00 +0100
commit5387180c851ff9a9a33a87b5c3c527503f5cd380 (patch)
treef92924b6a4ea9c3f1780826f4eb495f616fbdf99 /desktop-themes/TraditionalOk
parent2749cc679dbff6f0619fc9fef9a76ebf9de656e9 (diff)
downloadmate-themes-5387180c851ff9a9a33a87b5c3c527503f5cd380.tar.bz2
mate-themes-5387180c851ff9a9a33a87b5c3c527503f5cd380.tar.xz
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
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css11
1 files changed, 11 insertions, 0 deletions
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;
+}
+