Browse Source

qml: set proper height in toolbar editor

pull/128/head
Fatih Uzunoglu 5 years ago
committed by Jean-Baptiste Kempf
parent
commit
425d8d5f69
  1. 2
      modules/gui/qt/dialogs/toolbar/qml/ToolbarEditor.qml

2
modules/gui/qt/dialogs/toolbar/qml/ToolbarEditor.qml

@ -71,7 +71,7 @@ Rectangle{
Rectangle{
id: parentRectangle
Layout.preferredHeight: VLCStyle.heightBar_large * 1.25
Layout.preferredHeight: VLCStyle.maxControlbarControlHeight * 1.5
Layout.fillWidth: true
color: "transparent"

Loading…
Cancel
Save