changeset 1563:90fdfc8aa16d

Slight adjustment to the scrollbar additional space on GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 Jan 2012 18:36:39 +0000
parents 9a8aa230a538
children d84a690448c3
files gtk3/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk3/dw.c	Tue Jan 17 18:27:07 2012 +0000
+++ b/gtk3/dw.c	Tue Jan 17 18:36:39 2012 +0000
@@ -8404,7 +8404,7 @@
                buf = &ptr[1];
          }
          if(hscrolled)
-            *thisheight += 20;
+            *thisheight += 10;
       }
       else
       {