From 49776d511e97d4532d4b8df549f6d0286b3f31a3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 8 Mar 2016 23:18:01 +0100 Subject: GTK+-3.20 Traditional themes: set a minimal height for rows --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index b159fe56..af42dca6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2938,6 +2938,11 @@ treeview header button:last-child:active:focus{ border-right: none; } +row, +row:focus { + min-height: 22px; +} + row:hover, row:disabled, row:selected, -- cgit v1.2.1