PrefUI & PrefWindow // Enable font size options for IMKCandidates.

This commit is contained in:
ShikiSuen 2022-08-21 22:56:17 +08:00
parent 7a5c3a6926
commit 0dd1f834a0
2 changed files with 0 additions and 6 deletions

View File

@ -73,7 +73,6 @@ struct suiPrefPaneGeneral: View {
} }
.labelsHidden() .labelsHidden()
.frame(width: 120.0) .frame(width: 120.0)
.disabled(mgrPrefs.useIMKCandidateWindow)
Text(LocalizedStringKey("Choose candidate font size for better visual clarity.")) Text(LocalizedStringKey("Choose candidate font size for better visual clarity."))
.preferenceDescription() .preferenceDescription()
} }

View File

@ -262,11 +262,6 @@
</popUpButtonCell> </popUpButtonCell>
<connections> <connections>
<binding destination="32" name="selectedTag" keyPath="values.CandidateListTextSize" id="107"/> <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> </connections>
</popUpButton> </popUpButton>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0Fh-O5-BKD"> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0Fh-O5-BKD">