Skip to content
Snippets Groups Projects
Commit 062a8386 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qml: set maximum width for toolbar editor combobox

parent ddb5082e
No related branches found
No related tags found
1 merge request!447qml: player toolbar editor dialog improvements
......@@ -77,6 +77,9 @@ WindowDialog {
Widgets.ComboBoxExt {
id: comboBox
Layout.maximumWidth: (root.width / 2)
font.pixelSize: VLCStyle.fontSize_normal
width: VLCStyle.combobox_width_large
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment