making mac ui

This commit is contained in:
neon443
2025-05-21 17:21:04 +01:00
parent e051d73b7e
commit 773a083682
2 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,8 @@ struct NearFutureApp: App {
settingsModel: settingsModel
)
.tint(settingsModel.settings.tint.color)
.frame(minWidth: 350, minHeight: 450)
}
.windowIdealSize(.fitToContent)
.defaultSize(width: 450, height: 550)
}
}