mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
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:
parent
29ecb7eb98
commit
2789fb8ddf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user