macOS: widen settings window

This commit is contained in:
Peter Steinberger 2025-12-13 03:00:25 +00:00
parent ac4691e43a
commit 698d3a8646

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 {