mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
* justify can be specified via menu.json
This commit is contained in:
parent
37adeb5f90
commit
bd2253aec0
2 changed files with 2 additions and 1 deletions
|
@ -187,6 +187,7 @@ function ViewController(options) {
|
|||
setViewProp('textStyle');
|
||||
setViewProp('focusTextStyle');
|
||||
setViewProp('textMaskChar', function(v) { view.textMaskChar = v.substr(0, 1); });
|
||||
setViewProp('justify');
|
||||
|
||||
setViewProp('maxLength');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue