From e657bfaf09efdc766a3b1713de5423faf5ccdd50 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Wed, 16 Oct 2019 14:46:30 +0300 Subject: [PATCH] fix scrollbar in standart view --- thunar/thunar-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c index 3eb00ec0..8730107d 100644 --- a/thunar/thunar-application.c +++ b/thunar/thunar-application.c @@ -597,7 +597,7 @@ thunar_application_load_css (void) /* add missing top border to side pane */ ".shortcuts-pane { border-top-style: solid; }" /* make border thicker during DnD */ - ".standard-view { border-left-width: 0px; }" + ".standard-view { border-left-width: 0px; border-right-width: 0px; }" ".standard-view:drop(active) { border-width: 2px; }", -1, NULL); screen = gdk_screen_get_default (); gtk_style_context_add_provider_for_screen (screen, GTK_STYLE_PROVIDER (css_provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); -- 2.21.0