style(settings): widen window

This commit is contained in:
Peter Steinberger
2025-12-20 22:23:15 +00:00
parent 16e4a0c4bd
commit 7aeacdcc6c

View File

@@ -126,7 +126,7 @@ struct SettingsRootView: View {
enum SettingsTab: CaseIterable {
case general, skills, sessions, cron, config, instances, voiceWake, permissions, debug, about
static let windowWidth: CGFloat = 724 // +10% (tabs fit better)
static let windowWidth: CGFloat = 824 // wider
static let windowHeight: CGFloat = 790 // +10% (more room)
var title: String {
switch self {