1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix controls

This commit is contained in:
Elias Steurer 2019-10-06 09:12:28 +02:00
parent 9e4a1f3ace
commit da9d549228
2 changed files with 13 additions and 6 deletions

View File

@ -13,8 +13,14 @@ ColumnLayout {
spacing: 20
state: "hidden"
clip: true
anchors.rightMargin: 10
anchors.leftMargin: 10
anchors {
right: parent.right
rightMargin: 20
left: parent.left
leftMargin: 20
}
property int activeMonitorIndex
SP.Slider {
headline: qsTr("Volume")
@ -38,7 +44,7 @@ ColumnLayout {
height: 50
Layout.fillWidth: true
spacing: 5
Text {
id: txtComboBoxFillMode
text: qsTr("Fill Mode")
@ -57,7 +63,7 @@ ColumnLayout {
activeMonitorIndex, "fillmode",
settingsComboBox.currentText)
}
model: ListModel {
ListElement {
text: "Stretch"
@ -110,5 +116,4 @@ ColumnLayout {
}
}
]
}

View File

@ -149,8 +149,10 @@ Item {
}
}
}
DefaultVideoControls {
id: videoControlWrapper
activeMonitorIndex: monitors.activeMonitorIndex
anchors {
top: parent.top
topMargin: 60
@ -204,7 +206,7 @@ Item {
PropertyChanges {
target: customPropertiesGridView
opacity: 0
z:0
z:-1
anchors.topMargin: -100
}
}