Moved scrollbars to top-right.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 14 Sep 2011 20:36:30 +0000 (13:36 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 14 Sep 2011 20:36:30 +0000 (13:36 -0700)
src/gtk-screen/gtk-screen.scm

index 5fbc72fe0d2624d5c046a859d934ff4565f63b5e..1c64b01171d4afeb4e52aca2a1e9dbef82e4a01d 100644 (file)
@@ -922,7 +922,7 @@ USA.
          (set-text-widget-modeline! text modeline)
          (set-fix-layout-scroll-step! text x-step y-step)
          (gtk-scrolled-window-set-policy scroller 'auto 'always)
-         (gtk-scrolled-window-set-placement scroller 'top-right)
+         (gtk-scrolled-window-set-placement scroller 'bottom-left)
          (gtk-container-add scroller text)
          (if (not modeline)
              ;; No modeline: the window/text-widget should NOT expand.