From 2628ee1c41b201ae9a355b8d01f5f04a38d61cc5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:15:51 +1000 Subject: internal: position slider handle correctly Also better labels for audio popout --- modules/bar/popouts/Audio.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 } -- cgit v1.2.3-freya