PrefUI // Tweak contentMaxHeight.
This commit is contained in:
parent
b8ddfcabbf
commit
3c5b82750b
|
@ -19,7 +19,7 @@ struct suiPrefPaneDevZone: View {
|
|||
@State private var selShiftKeyAccommodationBehavior: Int = UserDefaults.standard.integer(
|
||||
forKey: UserDef.kShiftKeyAccommodationBehavior.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentMaxHeight: Double = 440
|
||||
private let contentWidth: Double = {
|
||||
switch PrefMgr.shared.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -37,7 +37,7 @@ struct suiPrefPaneDictionary: View {
|
|||
|
||||
private static let dlgOpenPath = NSOpenPanel()
|
||||
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentMaxHeight: Double = 440
|
||||
private let contentWidth: Double = {
|
||||
switch PrefMgr.shared.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -48,7 +48,7 @@ struct suiPrefPaneExperience: View {
|
|||
@State private var selAlwaysShowTooltipTextsHorizontally = UserDefaults.standard.bool(
|
||||
forKey: UserDef.kAlwaysShowTooltipTextsHorizontally.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentMaxHeight: Double = 440
|
||||
private let contentWidth: Double = {
|
||||
switch PrefMgr.shared.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -39,7 +39,7 @@ struct suiPrefPaneGeneral: View {
|
|||
forKey: UserDef.kCheckUpdateAutomatically.rawValue)
|
||||
@State private var selEnableDebugMode = UserDefaults.standard.bool(forKey: UserDef.kIsDebugModeEnabled.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentMaxHeight: Double = 440
|
||||
private let contentWidth: Double = {
|
||||
switch PrefMgr.shared.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
|
@ -34,7 +34,7 @@ struct suiPrefPaneKeyboard: View {
|
|||
@State private var selUsingHotKeyCurrencyNumerals = UserDefaults.standard.bool(
|
||||
forKey: UserDef.kUsingHotKeyCurrencyNumerals.rawValue)
|
||||
|
||||
private let contentMaxHeight: Double = 432
|
||||
private let contentMaxHeight: Double = 440
|
||||
private let contentWidth: Double = {
|
||||
switch PrefMgr.shared.appleLanguages[0] {
|
||||
case "ja":
|
||||
|
|
Loading…
Reference in New Issue