Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
cbe6c3f2
Commit
cbe6c3f2
authored
Mar 07, 2022
by
Tranter Madi
🌧
Committed by
Nate Graham
Mar 07, 2022
Browse files
Never horizontally scroll on the Now Playing page
parent
1927eee9
Pipeline
#146435
passed with stage
in 6 minutes and 50 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/qml/ContextView.qml
View file @
cbe6c3f2
...
...
@@ -200,7 +200,7 @@ Kirigami.Page {
implicitHeight
:
Math
.
min
(
allMetaDataLoader
.
height
,
parent
.
height
)
contentWidth
:
implicit
Width
contentWidth
:
available
Width
contentHeight
:
allMetaDataLoader
.
height
// HACK: workaround for https://bugreports.qt.io/browse/QTBUG-83890
...
...
@@ -272,8 +272,10 @@ Kirigami.Page {
implicitHeight
:
Math
.
min
(
lyricItem
.
height
,
parent
.
height
)
contentWidth
:
implicit
Width
contentWidth
:
available
Width
contentHeight
:
lyricItem
.
height
// HACK: workaround for https://bugreports.qt.io/browse/QTBUG-83890
ScrollBar.horizontal.policy
:
ScrollBar
.
AlwaysOff
// Lyrics
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment