small ui tweaks and fixes
This commit is contained in:
parent
cec9a93b72
commit
19e3c71ff2
4 changed files with 51 additions and 7 deletions
|
@ -56,6 +56,9 @@ Item {
|
|||
padding: 10
|
||||
checked: video.loop
|
||||
onToggled: updateLoop(!video.loop)
|
||||
background: Presenter.TextBackground {
|
||||
control: loopCheckBox
|
||||
}
|
||||
}
|
||||
|
||||
Controls.ToolSeparator {}
|
||||
|
@ -200,7 +203,7 @@ Item {
|
|||
Layout.preferredWidth: parent.width
|
||||
Layout.alignment: Qt.AlignLeft
|
||||
|
||||
RowLayout {
|
||||
ColumnLayout {
|
||||
Layout.alignment: Qt.AlignLeft
|
||||
Controls.Label {
|
||||
text: "Start Time:"
|
||||
|
@ -216,7 +219,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
ColumnLayout {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Controls.Label {
|
||||
text: "End Time:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue