Update luciano_blocktronics theme for message area change updates

This commit is contained in:
Bryan Ashby 2018-06-23 11:50:51 -06:00
parent 4ef1061fc5
commit d1dd13ea99
2 changed files with 2 additions and 4 deletions

View File

@ -233,14 +233,12 @@
} }
messageAreaChangeCurrentArea: { messageAreaChangeCurrentArea: {
config: {
listFormat: "|00|15{index} |07- |03{name}"
focusListFormat: "|00|19|15{index} - {name}"
}
mci: { mci: {
VM1: { VM1: {
width: 26 width: 26
height: 19 height: 19
itemFormat: "|00|15{index:.2} |07- |03{name}"
focusItemFormat: "|00|09|15{index:.2} - {name}"
} }
} }
} }