[Orxonox-commit 1635] r6353 - code/branches/presentation2/data/gui/layouts

dafrick at orxonox.net dafrick at orxonox.net
Mon Dec 14 21:38:31 CET 2009


Author: dafrick
Date: 2009-12-14 21:38:31 +0100 (Mon, 14 Dec 2009)
New Revision: 6353

Modified:
   code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout
Log:
Adjusted scroll step size to allow for scrolling that is actually useful.


Modified: code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout
===================================================================
--- code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout	2009-12-14 19:47:00 UTC (rev 6352)
+++ code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout	2009-12-14 20:38:31 UTC (rev 6353)
@@ -22,8 +22,8 @@
                 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.15,0},{0.95,0},{0.92,0}}" />
                 <Window Type="TaharezLook/ScrollablePane" Name="orxonox/KeyBindPane" >
                     <Property Name="ContentArea" Value="l:0 t:0 r:0 b:0" />
-                    <Property Name="HorzStepSize" Value="0.1" />
-                    <Property Name="VertStepSize" Value="0.1" />
+                    <Property Name="HorzStepSize" Value="0.005" />
+                    <Property Name="VertStepSize" Value="0.005" />
                     <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
                     <Property Name="HorzOverlapSize" Value="0.01" />
                     <Property Name="UnifiedAreaRect" Value="{{0.005,0},{0.01,0},{0.995,0},{0.99,0}}" />




More information about the Orxonox-commit mailing list