1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-15 10:39:51 +08:00

tweak spacing

This commit is contained in:
Syarif Fakhri 2022-09-13 16:51:15 +08:00
parent d394930d74
commit f0f3caeb32

View File

@ -109,7 +109,7 @@ struct DockWidgetSideTabPrivate
TitleLayout->setContentsMargins(Spacing / 2, Spacing / 2, Spacing, Spacing); TitleLayout->setContentsMargins(Spacing / 2, Spacing / 2, Spacing, Spacing);
if (IconLabel) if (IconLabel)
{ {
IconLabel->setContentsMargins(Spacing / 2, Spacing / 2, 0, 0); IconLabel->setContentsMargins(Spacing / 2, Spacing / 2, 0, Spacing / 2);
} }
} }
} }