Reduce settings window width to 400 points

This commit is contained in:
Peter Steinberger 2025-06-16 01:45:45 +02:00
parent 63510c5d2d
commit 8d80935bdb
2 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@ struct SettingsView: View {
}
.tag(SettingsTab.about)
}
.frame(minWidth: 600, idealWidth: 700, minHeight: 400, idealHeight: 500)
.frame(minWidth: 400, idealWidth: 400, minHeight: 400, idealHeight: 500)
.onReceive(NotificationCenter.default.publisher(for: .openSettingsTab)) { notification in
if let tab = notification.object as? SettingsTab {
selectedTab = tab