From efc1c44027a6142050750656292e286165434763 Mon Sep 17 00:00:00 2001 From: electricface Date: Tue, 3 Feb 2026 20:34:51 +0800 Subject: [PATCH] fix(sound): font size of "No output device for sound found" is too large MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adjust to t8 --- fix(sound): “没有找到声音输出设备”字体偏大 - 调整为 t8 Log:修复 “没有找到声音输出设备”字体偏大问题 Influence: 声音模块字体大小 PMS: BUG-300469 --- src/plugin-sound/qml/SpeakerPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin-sound/qml/SpeakerPage.qml b/src/plugin-sound/qml/SpeakerPage.qml index 0257940c7c..9023cfd9fd 100644 --- a/src/plugin-sound/qml/SpeakerPage.qml +++ b/src/plugin-sound/qml/SpeakerPage.qml @@ -39,7 +39,7 @@ DccObject { Layout.leftMargin: 10 horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter - font: DTK.fontManager.t4 + font: DTK.fontManager.t8 text: qsTr("No output device for sound found") } }