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/NotifierWindowTab.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/NotifierWindowTab.cpp')
| -rw-r--r-- | src/modules/notifier/NotifierWindowTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifier/NotifierWindowTab.cpp b/src/modules/notifier/NotifierWindowTab.cpp index 0ec9f2a90..965c4d07f 100644 --- a/src/modules/notifier/NotifierWindowTab.cpp +++ b/src/modules/notifier/NotifierWindowTab.cpp @@ -82,7 +82,7 @@ NotifierWindowTab::NotifierWindowTab(KviWindow * pWnd, QTabWidget * pParent) m_pVBox = new QVBoxLayout(m_pVWidget); m_pVBox->setSizeConstraint(QLayout::SetFixedSize); m_pVBox->setSpacing(SPACING); - m_pVBox->setMargin(SPACING); + m_pVBox->setContentsMargins(SPACING, SPACING, SPACING, SPACING); setWidget(m_pVWidget); } |
