Update to adwaita-swift 0.2.0

This commit is contained in:
david-swift
2024-01-30 15:51:22 +01:00
parent 61bb3b825b
commit f223ec2f62
2 changed files with 2 additions and 4 deletions

View File

@@ -16,10 +16,8 @@ struct AdwaitaTemplate: App {
.topToolbar {
ToolbarView(app: app, window: window)
}
.onAppear {
window.setDefaultSize(width: 450, height: 300)
}
}
.defaultSize(width: 450, height: 300)
}
}