Refer to custom components to access their enums

This commit is contained in:
miruka
2020-07-17 01:45:02 -04:00
parent d6e904ca4c
commit 716ac2a0af
22 changed files with 30 additions and 30 deletions

View File

@@ -162,7 +162,7 @@ HDrawer {
HLabel {
text: "> " + model.input
wrapMode: Text.Wrap
wrapMode: HLabel.Wrap
color: theme.chat.message.quote
font.family: theme.fontFamily.mono
visible: Boolean(model.input)
@@ -172,7 +172,7 @@ HDrawer {
HLabel {
text: "" + model.output
wrapMode: Text.Wrap
wrapMode: HLabel.Wrap
color: model.error ?
theme.colors.errorText : theme.colors.text
font.family: theme.fontFamily.mono