mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
reduce margin a little bit for the horizontal component
This commit is contained in:
parent
60e0201060
commit
fde8007174
@ -106,7 +106,7 @@ struct DockWidgetSideTabPrivate
|
||||
}
|
||||
else if (Orientation == Qt::Horizontal)
|
||||
{
|
||||
TitleLayout->setContentsMargins(Spacing / 2, Spacing, Spacing, Spacing);
|
||||
TitleLayout->setContentsMargins(Spacing / 2, Spacing, Spacing, Spacing / 2);
|
||||
if (IconLabel)
|
||||
{
|
||||
IconLabel->setContentsMargins(Spacing / 2, Spacing / 2, 0, Spacing / 2);
|
||||
|
Loading…
Reference in New Issue
Block a user