PrefUI & PrefWindow // Enable font size options for IMKCandidates.
This commit is contained in:
parent
7a5c3a6926
commit
0dd1f834a0
|
@ -73,7 +73,6 @@ struct suiPrefPaneGeneral: View {
|
|||
}
|
||||
.labelsHidden()
|
||||
.frame(width: 120.0)
|
||||
.disabled(mgrPrefs.useIMKCandidateWindow)
|
||||
Text(LocalizedStringKey("Choose candidate font size for better visual clarity."))
|
||||
.preferenceDescription()
|
||||
}
|
||||
|
|
|
@ -262,11 +262,6 @@
|
|||
</popUpButtonCell>
|
||||
<connections>
|
||||
<binding destination="32" name="selectedTag" keyPath="values.CandidateListTextSize" id="107"/>
|
||||
<binding destination="32" name="enabled" keyPath="values.UseIMKCandidateWindow" id="bpc-Zm-I2n">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSNegateBoolean</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0Fh-O5-BKD">
|
||||
|
|
Loading…
Reference in New Issue