fix(audio): 设备标题改为音量 (#557)

按产品需求设备标题改为音量

Log: 设备标题改为音量
Bug: https://pms.uniontech.com/bug-view-153205.html
Influence: 声音
Change-Id: Ieeb35804c3552bc0fa86ebef087b8a4f4219ca1f

Co-authored-by: liaohanqin <liaohanqin@uniontech.com>
This commit is contained in:
liaohanqin 2022-08-11 11:03:35 +08:00 committed by GitHub
parent 29ecb7eb98
commit 2789fb8ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ void SoundApplet::initUi()
m_soundShow->setForegroundRole(QPalette::BrightText);
DFontSizeManager::instance()->bind(m_soundShow, DFontSizeManager::T8, QFont::Medium);
m_deviceLabel->setText(tr("Device"));
m_deviceLabel->setText(tr("Volume"));
m_deviceLabel->setFixedHeight(TITLE_HEIGHT);
m_deviceLabel->setForegroundRole(QPalette::BrightText);
DFontSizeManager::instance()->bind(m_deviceLabel, DFontSizeManager::T4, QFont::Medium);