[Patch] Re: [Epiphany] ui improvement requests




> 5.  Mozilla has had smooth scrolling recently as does firebird.  It
> really adds a subtle but impressive touch to the smoothness of the
> browsers that have this.  (For some reason the IE smooth scrolling is
> more bewildering than anything but firebird anyway gets it right.)

The following patch turns on smooth scrolling by default:

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/epiphany/ChangeLog,v
retrieving revision 1.442
diff -u -r1.442 ChangeLog
--- ChangeLog	19 May 2003 19:53:26 -0000	1.442
+++ ChangeLog	20 May 2003 07:34:33 -0000
@@ -1,3 +1,9 @@
+2003-05-20  Lee Willis  <lwillis@plus.net>
+
+	* embed/mozilla/default-prefs.js:
+
+	Enable smooth scrolling by default
+
 2003-05-19  Christian Neumair  <chris@gnome-de.org>
 
 	* data/glade/epiphany.glade
Index: embed/mozilla/default-prefs.js
===================================================================
RCS file: /cvs/gnome/epiphany/embed/mozilla/default-prefs.js,v
retrieving revision 1.3
diff -u -r1.3 default-prefs.js
--- embed/mozilla/default-prefs.js	19 May 2003 12:41:51 -0000	1.3
+++ embed/mozilla/default-prefs.js	20 May 2003 07:34:33 -0000
@@ -25,3 +25,6 @@
 
 // Always use the system colors if a page doesn't specify its own.
 user_pref("browser.display.use_system_colors", true);
+
+// Smooth scrolling on
+user_pref("general.smoothScroll", true);

Lee
[Alternatively you could just open epiphany, go to about:config and set
the preference general.SmoothScroll to true .... - Marco if you don't
voice any disagreements and this hasn't gone in in the next few days
I'll stick it on a bug so it doesn't get lost]
-- 
| Lee Willis                                  Unmetered & ADSL solutions 
| Solutions Designer                                 for Home & Business 
| PlusNet Technologies Ltd.                        @ http://www.plus.net
+------------ My Referrals - It pays to recommend PlusNet --------------


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