From 4b7682c346b06fa877128dfc3a68ec07a567f1bb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 6 Mar 2016 17:53:04 +0100 Subject: GTK+-3.20 all themes: set min width and height for mate-terminal --- .../ContrastHighInverse/gtk-3.0/mate-applications.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index fafbdbdb..f62f05f1 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -363,3 +363,13 @@ EomThumbNav .frame { border-width: 2px; } +/**************** + * Mate-Terminal * + ****************/ + +/* workaround for broken size with gtk+-3.20 */ +window.background.mate-terminal box.vertical { + min-width: 640px; + min-height: 380px; +} + -- cgit v1.2.1