diff options
Diffstat (limited to 'xmake/core/ui/view.lua')
| -rw-r--r-- | xmake/core/ui/view.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/ui/view.lua b/xmake/core/ui/view.lua index d7d09ddc2..26ab2b246 100644 --- a/xmake/core/ui/view.lua +++ b/xmake/core/ui/view.lua @@ -64,8 +64,6 @@ function view:init(name, bounds) local options = object() options.selectable = false -- true if window can be selected options.top_select = false -- if true, selecting window will bring it to front - options.centerx = false -- center horizontaly when inserting in parent - options.centery = false -- center verticaly when inserting in parent self._OPTIONS = options -- init attributes |
