We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a5d38 commit b92f43dCopy full SHA for b92f43d
1 file changed
plugins/dde-dock/sound/soundview.cpp
@@ -53,8 +53,6 @@ SoundView::SoundView(QWidget *parent)
53
QWidget *SoundView::tipsWidget()
54
{
55
refreshTips(true);
56
- m_tipsLabel->resize(m_tipsLabel->sizeHint().width() + 10,
57
- m_tipsLabel->sizeHint().height());
58
59
return m_tipsLabel;
60
}
0 commit comments