[webkit-reviews] review requested: [Bug 54826] [GTK] Add a setting to change the pixels per line used for scrolling : [Attachment 91675] Setting to change the pixels per line added.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 07:00:04 PDT 2011


Peter Hatina <phatina at redhat.com> has asked  for review:
Bug 54826: [GTK] Add a setting to change the pixels per line used for scrolling
https://bugs.webkit.org/show_bug.cgi?id=54826

Attachment 91675: Setting to change the pixels per line added.
https://bugs.webkit.org/attachment.cgi?id=91675&action=review

------- Additional Comments from Peter Hatina <phatina at redhat.com>
The setting should be now available. I suggest to have one global object of the
Settings class, as the Qt does, which gives us the ability to have
application-wide settings accessible at any point. The default setting uses the
value of Scrollbar::pixelsPerLineStep(), which is now free to change by void
setScrollPixelCount(float count).


More information about the webkit-reviews mailing list