diff options
| author | 2023-09-20 22:12:32 +0200 | |
|---|---|---|
| committer | 2023-10-18 10:26:35 +0200 | |
| commit | 0c9088c1d63acd418f7e37910ede0f1d59782961 (patch) | |
| tree | 323a921a4c70fd414feb1a0f13ff7e7e7caa2969 /src/modules/notifier/NotifierMessage.cpp | |
| parent | Qt6: QStringList is a typedef now, avoid forward declarations (diff) | |
| download | KVIrc-0c9088c1d63acd418f7e37910ede0f1d59782961.tar.gz KVIrc-0c9088c1d63acd418f7e37910ede0f1d59782961.tar.bz2 KVIrc-0c9088c1d63acd418f7e37910ede0f1d59782961.zip | |
Mass rename of margin -> contentsMargins
Diffstat (limited to 'src/modules/notifier/NotifierMessage.cpp')
| -rw-r--r-- | src/modules/notifier/NotifierMessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifier/NotifierMessage.cpp b/src/modules/notifier/NotifierMessage.cpp index 6e9018a0d..94a873d8d 100644 --- a/src/modules/notifier/NotifierMessage.cpp +++ b/src/modules/notifier/NotifierMessage.cpp @@ -39,7 +39,7 @@ NotifierMessage::NotifierMessage(QPixmap * pPixmap, QString szText) { m_pHBox = new QHBoxLayout(this); m_pHBox->setSpacing(SPACING); - m_pHBox->setMargin(SPACING); + m_pHBox->setContentsMargins(SPACING, SPACING, SPACING, SPACING); updateGui(); } |
