1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix codoc combobox width and text

This commit is contained in:
Elias Steurer 2020-08-18 17:15:46 +02:00
parent 59a020418a
commit f17b26fd00

View File

@ -81,7 +81,7 @@ Item {
}
ComboBox {
id: comboBoxCodec
width: 260
width: parent.width
textRole: "text"
valueRole: "value"
font.family: ScreenPlay.settings.font
@ -92,11 +92,11 @@ Item {
model: ListModel {
id: model
ListElement {
text: "VP8 (Old Intel best)"
text: "VP8 (Better for older hardware)"
value: Create.VP8
}
ListElement {
text: "VP9 (AMD/Nvidia best)"
text: "VP9 (Better for newer hardware 2018+)"
value: Create.VP9
}
}
@ -136,3 +136,9 @@ Item {
}
}
}
/*##^##
Designer {
D{i:0;autoSize:true;height:768;width:1366}
}
##^##*/