Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6352


Ignore:
Timestamp:
Dec 14, 2009, 8:47:00 PM (14 years ago)
Author:
dafrick
Message:

Adjusted commandButton size to fit the new commands.
Expanded KeyNameNiceifier to MouseAxes-type keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua

    r6351 r6352  
    6868
    6969    lineHeight = 30
    70     commandWidth = 125
     70    commandWidth = 150
    7171    buttonWidth = 145
    7272    clearWidth = 20
     
    8888    elseif( group == "MouseButtons") then
    8989        return "Mouse " .. name
     90    elseif( group == "MouseAxes" ) then
     91        return "Mouse " .. string.sub(name, string.find(name, '.(.*)')+1) .. " " .. string.sub(name, 1, 1) .. "-Axes"
    9092    end
    9193    return key
Note: See TracChangeset for help on using the changeset viewer.