[Xfce4-commits] [xfce/thunar] 01/01: Not possible to grab scrollbar on the very right pixels when Thunar is maximized (Bug #16050)
noreply at xfce.org
noreply at xfce.org
Wed Oct 16 22:44:39 CEST 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit a87c890d78d749cc69125bf744913d9ea6576617
Author: Yury Martynov <email at linxon.ru>
Date: Wed Oct 16 14:46:30 2019 +0300
Not possible to grab scrollbar on the very right pixels when Thunar is
maximized (Bug #16050)
---
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 004bcbd..3ac2f86 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -593,7 +593,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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list