Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit dec055d

Browse files
toger5turt2live
andauthored
Update src/settings/enums/ImageSize.ts
Co-authored-by: Travis Ralston <[email protected]>
1 parent 1a5a347 commit dec055d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/enums/ImageSize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515
*/
1616

1717
// For Large the image gets drawn as big as possible.
18-
// constraint by: timeline width, manual heigh overrides, SIZE_LARGE.h
18+
// constraint by: timeline width, manual height overrides, SIZE_LARGE.h
1919
const SIZE_LARGE = { w: 800, h: 600 };
2020

2121
// For Normal the image gets drawn to never exceed SIZE_NORMAL.w, SIZE_NORMAL.h

0 commit comments

Comments
 (0)