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

@@ -55,7 +55,7 @@ Rectangle {
HLabel {
id: bannerLabel
textFormat: Text.StyledText
wrapMode: Text.Wrap
wrapMode: HLabel.Wrap
Layout.fillWidth: true
Layout.leftMargin: bannerIcon.Layout.leftMargin

View File

@@ -59,7 +59,7 @@ HColumnLayout {
model.filepath.replace(/^file:\/\//, "")
elide: expand ? Text.ElideNone : Text.ElideRight
wrapMode: expand ? Text.Wrap : Text.NoWrap
wrapMode: expand ? HLabel.Wrap : Text.NoWrap
text:
cancelPending ?