Skip to content

Commit 01203e9

Browse files
committed
fix: increase settings width to 720 to fit all tab items
1 parent 59048f9 commit 01203e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TablePro/Views/Settings/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import SwiftUI
1111
enum SettingsTab: String {
1212
case general, appearance, editor, dataGrid, keyboard, history, ai, plugins, sync, license
1313

14-
static let fixedWidth: CGFloat = 650
14+
static let fixedWidth: CGFloat = 720
1515

1616
var preferredHeight: CGFloat {
1717
switch self {

0 commit comments

Comments
 (0)