[Usability] Patch to make ggv not show the scroll outline by default



Hi, Jaka and usability dudes,

I think GGV looks a lot prettier if you make it not show the scroll
outline by default.  This simple patch makes it so.

Do we need this option at all, and if not, should I submit another patch
to remove the relevant code instead of just hiding the configuration
option?

  Federico
Index: ggv.schemas
===================================================================
RCS file: /cvs/gnome/ggv/Attic/ggv.schemas,v
retrieving revision 1.14.4.1
diff -u -r1.14.4.1 ggv.schemas
--- ggv.schemas	25 May 2003 14:02:29 -0000	1.14.4.1
+++ ggv.schemas	6 Jun 2003 20:47:03 -0000
@@ -71,7 +71,7 @@
       <applyto>/apps/ggv/gtkgs/show_scroll_rect</applyto>
       <owner>ggv</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
         <short>Show previous visible area when scrolling</short>
 	<long>Whether the user wants to see a rectangle outlining the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]