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 --- desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/Green-Submarine/gtk-3.0') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index d3fcf374..fef64b0a 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -570,6 +570,12 @@ na-tray-applet { * Mate-terminal * ****************/ +/* workaround for broken size with gtk+-3.20 */ +window.background.mate-terminal box.vertical { + min-width: 640px; + min-height: 380px; +} + .mate-terminal notebook { border-color: @menu_bg_dark_color; } -- cgit v1.2.1