PrefUI // Unify view widths for all tab pages.
This commit is contained in:
parent
664e86006c
commit
4af7ad6c9d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue