Skip to content

Commit 4a422fc

Browse files
committed
32px
1 parent 51711bf commit 4a422fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gyazemon",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"private": true,
55
"description": "Headless Gyazo app for desktop PC. ",
66
"homepage": "https://github.com/hata6502/gyazemon",

src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ import { getUploadOnceAvailable } from "./platform";
360360
url.hostname = hostname();
361361
url.pathname = pathToFileURL(path).pathname;
362362

363-
const basisFontSize = 28;
363+
const basisFontSize = 32;
364364
const detectedFontSize = await detectFontSize(loadedData);
365365
const zoom = Math.min(
366366
Math.max(basisFontSize / (detectedFontSize ?? basisFontSize), 0.4),

0 commit comments

Comments
 (0)