Reduce font size for extra tag in input config.
This commit is contained in:
@@ -93,10 +93,10 @@ namespace Cryville.Crtr.Config {
|
|||||||
var tsrc = src.Value;
|
var tsrc = src.Value;
|
||||||
bool flag = false;
|
bool flag = false;
|
||||||
if (proxy.IsUsed(tsrc)) {
|
if (proxy.IsUsed(tsrc)) {
|
||||||
text.text += " (Used)";
|
text.text += " <size=9>(Used)</size>";
|
||||||
}
|
}
|
||||||
else if (tsrc.Handler.GetDimension(src.Value.Type) < m_configScene.ruleset.Root.inputs[_sel].dim) {
|
else if (tsrc.Handler.GetDimension(src.Value.Type) < m_configScene.ruleset.Root.inputs[_sel].dim) {
|
||||||
text.text += " (Not Applicable)";
|
text.text += " <size=9>(Not Applicable)</size>";
|
||||||
}
|
}
|
||||||
else flag = true;
|
else flag = true;
|
||||||
btn.interactable = flag;
|
btn.interactable = flag;
|
||||||
|
|||||||
Reference in New Issue
Block a user