PrefUI // Slightly tweak contentMaxHeight.
This commit is contained in:
parent
add4fe0886
commit
93e69b9b73
|
@ -17,7 +17,7 @@ struct suiPrefPaneDevZone: View {
|
|||
@State private var selShouldAlwaysUseShiftKeyAccommodation: Bool = UserDefaults.standard.bool(
|
||||
forKey: UserDef.kShouldAlwaysUseShiftKeyAccommodation.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 430
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentWidth: Double = {
|
||||
switch mgrPrefs.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -30,7 +30,7 @@ struct suiPrefPaneDictionary: View {
|
|||
@State private var selHardenVerticalPunctuations: Bool = UserDefaults.standard.bool(
|
||||
forKey: UserDef.kHardenVerticalPunctuations.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 430
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentWidth: Double = {
|
||||
switch mgrPrefs.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -42,7 +42,7 @@ struct suiPrefPaneExperience: View {
|
|||
@State private var selSpecifyShiftBackSpaceKeyBehavior = UserDefaults.standard.integer(
|
||||
forKey: UserDef.kSpecifyShiftBackSpaceKeyBehavior.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 430
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentWidth: Double = {
|
||||
switch mgrPrefs.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -37,7 +37,7 @@ struct suiPrefPaneGeneral: View {
|
|||
forKey: UserDef.kCheckUpdateAutomatically.rawValue)
|
||||
@State private var selEnableDebugMode = UserDefaults.standard.bool(forKey: UserDef.kIsDebugModeEnabled.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 430
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentWidth: Double = {
|
||||
switch mgrPrefs.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -28,7 +28,7 @@ struct suiPrefPaneKeyboard: View {
|
|||
@State private var selUsingHotKeyCurrencyNumerals = UserDefaults.standard.bool(
|
||||
forKey: UserDef.kUsingHotKeyCurrencyNumerals.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 430
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentWidth: Double = {
|
||||
switch mgrPrefs.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
Loading…
Reference in New Issue