mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
convert setMargin
This commit is contained in:
parent
2d5bf8d45f
commit
f64811b77f
|
@ -115,7 +115,7 @@ TipLabel::TipLabel(QWidget* parent)
|
|||
setPalette(QToolTip::palette());
|
||||
ensurePolished();
|
||||
setFrameStyle(QFrame::NoFrame);
|
||||
setMargin(3);
|
||||
setContentsMargins(3, 3, 3, 3);
|
||||
|
||||
m_timer = new QTimer(this);
|
||||
m_timer->setSingleShot(true);
|
||||
|
|
Loading…
Reference in New Issue
Block a user