PrefUI // Unify view widths for all tab pages.

This commit is contained in:
ShikiSuen 2022-08-19 10:41:56 +08:00
parent 664e86006c
commit 4af7ad6c9d
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ struct suiPrefPaneGeneral: View {
private let contentWidth: Double = {
switch mgrPrefs.appleLanguages[0] {
case "ja":
return 465
return 520
default:
if mgrPrefs.appleLanguages[0].contains("zh-Han") {
return 450
return 480
} else {
return 550
}