fixing some color pieces
This commit is contained in:
parent
cc3f87e6f5
commit
18a976f9bd
3 changed files with 12 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue