mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Reduce settings window width to 400 points
This commit is contained in:
parent
63510c5d2d
commit
8d80935bdb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -49,7 +49,7 @@ struct SettingsView: View {
|
||||||
}
|
}
|
||||||
.tag(SettingsTab.about)
|
.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
|
.onReceive(NotificationCenter.default.publisher(for: .openSettingsTab)) { notification in
|
||||||
if let tab = notification.object as? SettingsTab {
|
if let tab = notification.object as? SettingsTab {
|
||||||
selectedTab = tab
|
selectedTab = tab
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue