diff options
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 085249b9..52ae776d 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -619,6 +619,12 @@ GtkTrayIcon.background { * Mate-Terminal * ****************/ +/* workaround for broken size with gtk+-3.20 */ +window.background.mate-terminal box.vertical { + min-width: 640px; + min-height: 380px; +} + TerminalWindow GtkNotebook.notebook tab { padding: 2px; border-color: transparent; |