[Xfce-bugs] [Bug 16050] Not possible to grab scrollbar on the very right pixels when Thunar is maximized
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Oct 16 12:29:13 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=16050
--- Comment #5 from Yury Martynov <email at linxon.ru> ---
>You mean you can not scroll the maximized window with the mouse pointer on the right edge of the screen
yes. Sorry for my English!
>This CSS snippet can be added to...
wow!! Thank you very much!
P.S. It works too for me using this patch
diff -ur a/thunar/thunar-application.c b/thunar/thunar-application.c
--- a/thunar/thunar-application.c 2019-08-11 03:33:53.000000000 +0300
+++ b/thunar/thunar-application.c 2019-10-16 13:17:12.097528291 +0300
@@ -593,7 +593,7 @@
/* 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: 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);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list