summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:15:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:15:51 +1000
commit2628ee1c41b201ae9a355b8d01f5f04a38d61cc5 (patch)
treebdbcb0fe88826dc1fc53a250fae7db6c2c1cb96a /modules
parentpopouts/audio: scroll volume slider (diff)
downloadcaelestia-shell-2628ee1c41b201ae9a355b8d01f5f04a38d61cc5.tar.gz
caelestia-shell-2628ee1c41b201ae9a355b8d01f5f04a38d61cc5.tar.bz2
caelestia-shell-2628ee1c41b201ae9a355b8d01f5f04a38d61cc5.zip
internal: position slider handle correctly
Also better labels for audio popout
Diffstat (limited to 'modules')
-rw-r--r--modules/bar/popouts/Audio.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/popouts/Audio.qml b/modules/bar/popouts/Audio.qml
index 97f323e..1d79baa 100644
--- a/modules/bar/popouts/Audio.qml
+++ b/modules/bar/popouts/Audio.qml
@@ -35,7 +35,7 @@ Item {
StyledText {
Layout.bottomMargin: Appearance.spacing.small / 2
- text: qsTr("Output")
+ text: qsTr("Output device")
font.weight: 500
}
@@ -57,7 +57,7 @@ Item {
StyledText {
Layout.topMargin: Appearance.spacing.normal
Layout.bottomMargin: Appearance.spacing.small / 2
- text: qsTr("Input")
+ text: qsTr("Input device")
font.weight: 500
}