[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:41:11 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       m   a   s   t   e   r   
   in repository xfce/thunar.
commit b486e473eb947f4ba96e4ac370c8669553ead5a2
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 3eb00ec..8730107 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);
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list