File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__) => {
3636
3737
3838
39- const scriptVersion = 2 ;
39+ const scriptVersion = 3 ;
4040const sourceRepo = "evandcoleman/scriptable" ;
4141const scriptName = "MLB" ;
4242
@@ -136,7 +136,7 @@ async function createExpandedWidget() {
136136 inningStack . centerAlignContent ( ) ;
137137
138138 if ( isPlaying ) {
139- inningStack . addSpacer ( ) ;
139+ inningStack . addSpacer ( 12 ) ;
140140 const arrowText = inningStack . addText ( game . linescore . isTopInning ? '▲' : '▼' ) ;
141141 arrowText . font = Font . regularSystemFont ( 10 ) ;
142142 arrowText . textColor = Color . lightGray ( ) ;
@@ -147,7 +147,6 @@ async function createExpandedWidget() {
147147
148148 const basesStack = statusStack . addStack ( ) ;
149149 basesStack . layoutHorizontally ( ) ;
150- basesStack . addSpacer ( ) ;
151150 const bases = getBasesImage ( game ) ;
152151 const basesWidgetImage = basesStack . addImage ( bases ) ;
153152 basesWidgetImage . rightAlignImage ( ) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const LAYOUT = "expanded";
2525import Cache from './lib/cache' ;
2626import Updater from './lib/updater' ;
2727
28- const scriptVersion = 2 ;
28+ const scriptVersion = 3 ;
2929const sourceRepo = "evandcoleman/scriptable" ;
3030const scriptName = "MLB" ;
3131
You can’t perform that action at this time.
0 commit comments