Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6353


Ignore:
Timestamp:
Dec 14, 2009, 9:38:31 PM (14 years ago)
Author:
dafrick
Message:

Adjusted scroll step size to allow for scrolling that is actually useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout

    r6335 r6353  
    2323                <Window Type="TaharezLook/ScrollablePane" Name="orxonox/KeyBindPane" >
    2424                    <Property Name="ContentArea" Value="l:0 t:0 r:0 b:0" />
    25                     <Property Name="HorzStepSize" Value="0.1" />
    26                     <Property Name="VertStepSize" Value="0.1" />
     25                    <Property Name="HorzStepSize" Value="0.005" />
     26                    <Property Name="VertStepSize" Value="0.005" />
    2727                    <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    2828                    <Property Name="HorzOverlapSize" Value="0.01" />
Note: See TracChangeset for help on using the changeset viewer.