macOS: widen settings window
This commit is contained in:
@@ -125,7 +125,7 @@ struct SettingsRootView: View {
|
|||||||
|
|
||||||
enum SettingsTab: CaseIterable {
|
enum SettingsTab: CaseIterable {
|
||||||
case general, tools, sessions, cron, config, instances, voiceWake, permissions, debug, about
|
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%
|
static let windowHeight: CGFloat = 718 // +15%
|
||||||
var title: String {
|
var title: String {
|
||||||
switch self {
|
switch self {
|
||||||
|
|||||||
Reference in New Issue
Block a user