Fix file base area selection in Luciano theme

This commit is contained in:
Bryan Ashby 2018-11-05 21:47:53 -07:00
parent 0e986238c2
commit 5286c52a26
1 changed files with 2 additions and 5 deletions

View File

@ -713,17 +713,14 @@
} }
fileBaseBrowseByAreaSelect: { fileBaseBrowseByAreaSelect: {
config: {
protListFormat: "|00|03{name}"
protListFocusFormat: "|00|19|15{name}"
}
0: { 0: {
mci: { mci: {
VM1: { VM1: {
height: 15 height: 15
width: 30 width: 30
focusTextStyle: first lower focusTextStyle: first lower
itemFormat: "|00|03{name}"
focusItemFormat: "|00|19|15{name}"
} }
} }
} }