Skip to content

Commit b92f43d

Browse files
committed
fix: sound tooltip might look incorrectly when gets hovered twice
之前的修复已经在 TipsWidget 中确保了其控件本身的尺寸一定正确,不再需 要重新 resize 一次. PMS: BUG-348963 Log:
1 parent f4a5d38 commit b92f43d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/dde-dock/sound/soundview.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ SoundView::SoundView(QWidget *parent)
5353
QWidget *SoundView::tipsWidget()
5454
{
5555
refreshTips(true);
56-
m_tipsLabel->resize(m_tipsLabel->sizeHint().width() + 10,
57-
m_tipsLabel->sizeHint().height());
5856

5957
return m_tipsLabel;
6058
}

0 commit comments

Comments
 (0)