mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Revert "CloseButton: Retain size when hidden."
This commit is contained in:
parent
8dab436680
commit
0362d5de94
@ -152,10 +152,7 @@ void DockWidgetTabPrivate::createLayout()
|
||||
CloseIcon.addPixmap(internal::createTransparentPixmap(normalPixmap, 0.25), QIcon::Disabled);
|
||||
CloseButton->setIcon(CloseIcon);
|
||||
|
||||
CloseButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
QSizePolicy spRetain = CloseButton->sizePolicy();
|
||||
spRetain.setRetainSizeWhenHidden(true);
|
||||
CloseButton->setSizePolicy(spRetain);
|
||||
CloseButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
CloseButton->setVisible(false);
|
||||
#ifndef QT_NO_TOOLTIP
|
||||
CloseButton->setToolTip(QObject::tr("Close Tab"));
|
||||
|
Loading…
Reference in New Issue
Block a user