From f1ffd958a53ca5d459aafb8c346584a5870b497f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 21 Jul 2018 14:36:38 -0600 Subject: [PATCH] Fix luciano_blocktronics last allers theme with new changes --- art/themes/luciano_blocktronics/theme.hjson | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index c0735e6f..d1c11297 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -143,11 +143,14 @@ mainMenuLastCallers: { config: { - listFormat: "|00|11{userName:<17.17}|03{location:<20.20}|11{affils:<17.17}|03{ts:<15}" dateTimeFormat: MMM Do h:mma } mci: { - VM1: { height: 10, width: 20 } + VM1: { + height: 10, + width: 20 + itemFormat: "|00|11{userName:<17.16} |03{location:<20.19} |11{affils:<18.17} |03{ts:<15}" + } } } @@ -422,11 +425,14 @@ fullLoginSequenceLastCallers: { config: { - listFormat: "|00|11{userName:<17.17}|03{location:<20.20}|11{affils:<17.17}|03{ts:<15}" dateTimeFormat: MMM Do h:mma } mci: { - VM1: { height: 10, width: 20 } + VM1: { + height: 10, + width: 20 + itemFormat: "|00|11{userName:<17.16} |03{location:<20.19} |11{affils:<18.17} |03{ts:<15}" + } } }