mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-27 06:49:02 +08:00
tweak spacing
This commit is contained in:
parent
d394930d74
commit
f0f3caeb32
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user