mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
typo
This commit is contained in:
parent
58a9a288b0
commit
83b4344175
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
enum ScreenshotLayout {
|
||||
android(
|
||||
size: (width: 1440, height: 2560),
|
||||
contentPadding: (left: 144, top: 144, right: 144, bottom: 144),
|
||||
contentPadding: (left: 144, top: 132, right: 144, bottom: 132),
|
||||
titleFontPath: 'screenshots/assets/fonts/SF-Pro-Display-Bold.zip',
|
||||
subtitleFontPath: 'screenshots/assets/fonts/SF-Pro-Display-Regular.zip',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue