diff --git a/plugins/dde-dock/sound/soundview.cpp b/plugins/dde-dock/sound/soundview.cpp index fbb19503..12361d47 100644 --- a/plugins/dde-dock/sound/soundview.cpp +++ b/plugins/dde-dock/sound/soundview.cpp @@ -53,8 +53,6 @@ SoundView::SoundView(QWidget *parent) QWidget *SoundView::tipsWidget() { refreshTips(true); - m_tipsLabel->resize(m_tipsLabel->sizeHint().width() + 10, - m_tipsLabel->sizeHint().height()); return m_tipsLabel; }