diff options
author | Ruben Schuller <ruben at orgizm.net> | 2014-01-25 14:26:02 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:14 -0600 |
commit | 13d34e87f41914b9ccaba271b52c707a4f81002e (patch) | |
tree | 2cd0372fecb62f41234d645de0c55372f39aa0be /network/netsurf/scroll.patch | |
parent | 0576cbccaf01b582c9636069849a597fe118e708 (diff) |
network/netsurf: Added patch for scroll.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/netsurf/scroll.patch')
-rw-r--r-- | network/netsurf/scroll.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/netsurf/scroll.patch b/network/netsurf/scroll.patch new file mode 100644 index 000000000000..1d5f6aaabe44 --- /dev/null +++ b/network/netsurf/scroll.patch @@ -0,0 +1,19 @@ +diff -rupN a/src/netsurf-3.0/gtk/res/tabcontents.gtk2.ui b/src/netsurf-3.0/gtk/res/tabcontents.gtk2.ui +--- a/src/netsurf-3.0/gtk/res/tabcontents.gtk2.ui 2013-04-19 21:27:45.000000000 +0100 ++++ b/src/netsurf-3.0/gtk/res/tabcontents.gtk2.ui 2014-01-17 11:47:53.000000000 +0000 +@@ -79,13 +79,13 @@ + </object> + <object class="GtkAdjustment" id="layouthadjustment"> + <property name="upper">100</property> +- <property name="step_increment">1</property> ++ <property name="step_increment">30</property> + <property name="page_increment">10</property> + <property name="page_size">10</property> + </object> + <object class="GtkAdjustment" id="layoutvadjustment"> + <property name="upper">100</property> +- <property name="step_increment">1</property> ++ <property name="step_increment">30</property> + <property name="page_increment">10</property> + <property name="page_size">10</property> + </object> |