macOS: widen settings window

This commit is contained in:
Peter Steinberger
2025-12-13 03:00:25 +00:00
parent 29907a4c3f
commit 778361686c

View File

@@ -125,7 +125,7 @@ struct SettingsRootView: View {
enum SettingsTab: CaseIterable {
case general, tools, sessions, cron, config, instances, voiceWake, permissions, debug, about
static let windowWidth: CGFloat = 598 // +15%
static let windowWidth: CGFloat = 658 // +10% (tabs fit better)
static let windowHeight: CGFloat = 718 // +15%
var title: String {
switch self {