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

@@ -140,7 +140,7 @@ HFlickableColumnPage {
HLabel {
id: errorMessage
wrapMode: Text.Wrap
wrapMode: HLabel.Wrap
horizontalAlignment: Text.AlignHCenter
color: theme.colors.errorText

View File

@@ -110,7 +110,7 @@ HFlickableColumnPage {
HLabel {
id: errorMessage
wrapMode: Text.Wrap
wrapMode: HLabel.Wrap
horizontalAlignment: Text.AlignHCenter
color: theme.colors.errorText

View File

@@ -93,7 +93,7 @@ HFlickableColumnPage {
HLabel {
id: errorMessage
wrapMode: Text.Wrap
wrapMode: HLabel.Wrap
horizontalAlignment: Text.AlignHCenter
color: theme.colors.errorText