# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1326825399 0 # Node ID 90fdfc8aa16df900d12839c8cc810865bf6d246a # Parent 9a8aa230a5381202750db21f876dcb7d0eddcbfc Slight adjustment to the scrollbar additional space on GTK3. diff -r 9a8aa230a538 -r 90fdfc8aa16d gtk3/dw.c --- 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 {