File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/webui/src/client/ui/ClockView Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,6 @@ function DirectorScreenRender({
404404 fontFamily = "Roboto Flex"
405405 fontSize = "0.9em"
406406 minFontWidth = { 70 }
407- maxFontWidth = { 100 }
408407 defaultWidth = { 100 }
409408 defaultOpticalSize = { 120 }
410409 useLetterSpacing = { false }
@@ -444,8 +443,7 @@ function DirectorScreenRender({
444443 fontFamily : 'Roboto Flex' ,
445444 fontSize : '1.5em' ,
446445 minFontWidth : 55 ,
447- maxFontWidth : 100 ,
448- defaultWidth : 90 ,
446+ defaultWidth : 120 ,
449447 useLetterSpacing : false ,
450448 defaultOpticalSize : 120 ,
451449 } }
@@ -495,7 +493,6 @@ function DirectorScreenRender({
495493 fontFamily = "Roboto Flex"
496494 fontSize = "0.9em"
497495 minFontWidth = { 70 }
498- maxFontWidth = { 100 }
499496 defaultWidth = { 90 }
500497 defaultOpticalSize = { 120 }
501498 useLetterSpacing = { false }
@@ -547,7 +544,6 @@ function DirectorScreenRender({
547544 fontFamily : 'Roboto Flex' ,
548545 fontSize : '1.5em' ,
549546 minFontWidth : 55 ,
550- maxFontWidth : 100 ,
551547 defaultWidth : 90 ,
552548 useLetterSpacing : false ,
553549 defaultOpticalSize : 120 ,
You can’t perform that action at this time.
0 commit comments