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
Plasma
Plasma PulseAudio Applet
Commits
6fe27693
Commit
6fe27693
authored
May 03, 2021
by
Nate Graham
Browse files
[applet] Set a minimum width for the spet size spinbox
Otherwise it becomes wider if you set a step size of 10%.
parent
c3f4ca53
Changes
1
Hide whitespace changes
Inline
Side-by-side
applet/contents/ui/ConfigGeneral.qml
View file @
6fe27693
...
...
@@ -28,6 +28,9 @@ Kirigami.FormLayout {
QQC2.SpinBox
{
id
:
volumeStep
// So it doesn't resize itself when showing a 2 or 3-digit number
Layout.minimumWidth
:
Kirigami
.
Units
.
gridUnit
*
3
Kirigami.FormData.label
:
i18n
(
"
Volume step:
"
)
from
:
1
...
...
Write
Preview
Supports
Markdown
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