commit 5804294d12d72ce9b911436846cf5daac47e1c2f
parent 913c0a45e12f453dd0747a3eb5d5a3e91e24c8bb
Author: Brian C. Lane <bcl@brianlane.com>
Date: Wed, 16 Nov 2022 06:48:37 -0800
Fix clock size and alignment on Wednesday
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HMS/components/MainScene.xml b/HMS/components/MainScene.xml
@@ -10,7 +10,7 @@
</interface>
<children>
<Label id="details" height="88" width="1500" horizAlign="left" translation="[15, 15]" />
- <Label id="clock" height="88" width="300" horizAlign="right" translation="[1610, 15]" />
+ <Label id="clock" height="88" width="350" horizAlign="right" translation="[1560, 15]" />
<Timer id="clockTimer" repeat="true" duration="5" />
<PanelSet id="panels" translation="[-20, 0]" />
<Video id="player" width="1920" height="1080" visible="false"/>