make combo under field a user preference.

This commit is contained in:
AJ Kelly
2010-08-22 12:43:20 -05:00
parent c51948467c
commit e96148f561
4 changed files with 46 additions and 2 deletions
+4
View File
@@ -231,4 +231,8 @@ function GetTapPosition( sType )
bPreference = GetUserPrefB("UserPrefNotePosition") and "Normal" or "Lower"
tNotePos = tNotePositions[bPreference]
return tNotePos[bCategory]
end
function ComboUnderField()
return GetUserPrefB("UserPrefComboUnderField")
end