mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Fix TextEditView when 'text' set by default
* Fix TextEditView row vs col * Start skeleton on HorizontalMenuView
This commit is contained in:
parent
670bf0fd6e
commit
541be2d65a
8 changed files with 79 additions and 74 deletions
|
@ -14,7 +14,7 @@ exports.VerticalMenuView = VerticalMenuView;
|
|||
|
||||
function VerticalMenuView(options) {
|
||||
options.cursor = options.cursor || 'hide';
|
||||
options.justify = options.justify || 'right';
|
||||
options.justify = options.justify || 'right'; // :TODO: default to center
|
||||
|
||||
MenuView.call(this, options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue