Ensure the h/v scrollbars default to 16px step increment

svn path=/trunk/netsurf/; revision=10315
This commit is contained in:
Daniel Silverstone 2010-04-08 14:45:24 +00:00
parent 2e3d7a2648
commit 1bbba38519
1 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@
<child>
<widget class="GtkHScrollbar" id="hscrollbar">
<property name="visible">True</property>
<property name="adjustment">0.5357142857142857 0 100 1 10 10</property>
<property name="adjustment">0.5357142857142857 0 100 16 10 10</property>
</widget>
<packing>
<property name="resize">True</property>
@ -451,7 +451,7 @@
<child>
<widget class="GtkVScrollbar" id="vscrollbar">
<property name="visible">True</property>
<property name="adjustment">0 0 100 1 10 10</property>
<property name="adjustment">0 0 100 16 10 10</property>
</widget>
<packing>
<property name="left_attach">1</property>