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
427
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
eae903d8
Commit
eae903d8
authored
1 year ago
by
Fatih Uzunoğlu
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: use ScaledImage in ArtworkInfoWidget
parent
6ff7b188
No related branches found
No related tags found
1 merge request
!4726
qml: use ScaledImage in ArtworkInfoWidget
Pipeline
#423453
passed with stage
in 18 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/player/qml/controlbarcontrols/ArtworkInfoWidget.qml
+1
-3
1 addition, 3 deletions
...ui/qt/player/qml/controlbarcontrols/ArtworkInfoWidget.qml
with
1 addition
and
3 deletions
modules/gui/qt/player/qml/controlbarcontrols/ArtworkInfoWidget.qml
+
1
−
3
View file @
eae903d8
...
...
@@ -95,14 +95,12 @@ AbstractButton {
contentItem
:
RowLayout
{
spacing
:
VLCStyle
.
margin_xsmall
Image
{
Widgets.Scaled
Image
{
id
:
coverImage
Layout.fillHeight
:
true
Layout.preferredWidth
:
root
.
height
sourceSize.width
:
root
.
height
source
:
{
if
(
!
paintOnly
&&
Player
.
artwork
&&
Player
.
artwork
.
toString
())
return
Player
.
artwork
...
...
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