Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma PulseAudio Applet
Commits
5a550822
Commit
5a550822
authored
Feb 13, 2022
by
Light Yagami
Browse files
Make distinction between audio level and audio meter clear
parent
b36bb494
Pipeline
#137322
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
applet/contents/ui/ListItemBase.qml
View file @
5a550822
...
...
@@ -238,7 +238,6 @@ PC3.ItemDelegate {
height
:
parent
.
height
anchors.left
:
parent
.
left
anchors.verticalCenter
:
parent
.
verticalCenter
opacity
:
0.5
scale
:
parent
.
mirrored
?
-
1
:
1
}
...
...
@@ -250,6 +249,7 @@ PC3.ItemDelegate {
width
:
Math
.
max
(
margins
.
left
+
margins
.
right
,
slider
.
handle
.
x
*
meter
.
volume
)
height
:
Math
.
max
(
margins
.
top
+
margins
.
bottom
,
parent
.
height
)
opacity
:
meter
.
available
&&
(
meter
.
volume
>
0
||
animation
.
running
)
status
:
PlasmaCore
.
FrameSvgItem
.
Selected
clip
:
true
// prevents a visual glitch, BUG 434927
VolumeMonitor
{
id
:
meter
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment