Skip to content
Snippets Groups Projects
Commit fdbd4797 authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Steve Lhomme
Browse files

qml/SpacerWidget: Update the 'implicitWidth' setting

parent 28f23301
No related branches found
No related tags found
Loading
Pipeline #343029 passed with stage
in 34 minutes and 37 seconds
......@@ -27,8 +27,13 @@ import "qrc:///style/"
Item {
id: spacer
enabled: false
implicitWidth: VLCStyle.icon_toolbar
// NOTE: We already have spacing between components in the ControlLayout so this should be set
// to zero, except in the customize panel.
implicitWidth: (paintOnly) ? VLCStyle.icon_toolbar : 0
implicitHeight: VLCStyle.icon_toolbar
property alias spacetextExt: spacetext
property bool paintOnly: false
......
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