small ui tweaks and fixes

This commit is contained in:
Chris Cochrun 2023-10-06 08:34:02 -05:00
parent cec9a93b72
commit 19e3c71ff2
4 changed files with 51 additions and 7 deletions

View file

@ -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:"