impove alignment

This commit is contained in:
apoc 2021-02-14 13:23:36 +01:00
parent 1466bf2c8e
commit 0ae725712d
Signed by: apoc
GPG Key ID: FB5C4A681CCD5FB2
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ async function createWidget(){
labelMumbleUpdated.font = Font.mediumSystemFont(6);
labelMumbleUpdated.applyTimeStyle();
bottomRow.addSpacer(23);
bottomRow.addSpacer(29);
const mumbleValueStack = bottomRow.addStack();
const labelMumbleUser = mumbleValueStack.addText(mumbleStatus.connected_users.toString(10));
labelMumbleUser.font = Font.boldSystemFont(30);