Skip to content

Commit fc8cf5e

Browse files
committed
Adjusted cocoa link image size
1 parent 1db0c5d commit fc8cf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spin-tools/src/com/maccasoft/propeller/AboutDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ protected void createButtonsForButtonBar(Composite parent) {
253253

254254
void createKoFiLabel(Composite parent) {
255255
int zoom = switch (Platform.PLATFORM) {
256-
case "cocoa" -> 50;
256+
case "cocoa" -> 70;
257257
case "win32" -> 80;
258258
default -> 100;
259259
};

0 commit comments

Comments
 (0)