fixing some color pieces

This commit is contained in:
Chris Cochrun 2023-10-05 17:44:07 -05:00
parent cc3f87e6f5
commit 18a976f9bd
3 changed files with 12 additions and 2 deletions

View file

@ -33,12 +33,16 @@ Item {
text: "Title:"
}
Controls.TextField {
id: titleId
implicitWidth: 300
hoverEnabled: true
placeholderText: "Song Title..."
text: video.title
padding: 10
onEditingFinished: updateTitle(text);
background: Presenter.TextBackground {
control: titleId
}
}
Controls.CheckBox {