Use a custom widget for the X/Y Coordinate EditBox

This commit is contained in:
Hendrik Leppkes
2009-03-27 15:03:41 +01:00
parent 842fb683f7
commit 7ae74d626f
3 changed files with 222 additions and 2 deletions
+2
View File
@@ -411,6 +411,7 @@ function Bar:GetOptionObject()
desc = L["Offset in X direction (horizontal) from the given anchor point."],
get = posGet,
set = posSet,
dialogControl = "NumberEditBox",
},
y = {
order = 21,
@@ -419,6 +420,7 @@ function Bar:GetOptionObject()
desc = L["Offset in Y direction (vertical) from the given anchor point."],
get = posGet,
set = posSet,
dialogControl = "NumberEditBox",
},
nl2 = {
order = 25,