Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
438
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
fdbd4797
Commit
fdbd4797
authored
1 year ago
by
Benjamin Arnaud
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
qml/SpacerWidget: Update the 'implicitWidth' setting
parent
28f23301
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#343029
passed with stage
in 34 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/player/qml/controlbarcontrols/SpacerWidget.qml
+6
-1
6 additions, 1 deletion
...les/gui/qt/player/qml/controlbarcontrols/SpacerWidget.qml
with
6 additions
and
1 deletion
modules/gui/qt/player/qml/controlbarcontrols/SpacerWidget.qml
+
6
−
1
View file @
fdbd4797
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment