fix: stabilize template editor layout

This commit is contained in:
2026-07-15 23:26:08 +02:00
parent 25ae1ae710
commit bcc16cd53f
3 changed files with 20 additions and 38 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ struct MeetingnotesApp: App {
ContentView()
.frame(minWidth: 700, minHeight: 400)
}
.windowResizability(.contentSize)
.windowResizability(.automatic)
.defaultSize(width: 1000, height: 600)
.commands {
CommandGroup(after: .appInfo) {