mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Some CDockWidget improvements
* save original dock areas * init dw_InfoBarStatus as it is not part of an info area (which does that)
This commit is contained in:
committed by
Mat Sutcliffe
parent
2f1e3f47f9
commit
e8786f9794
@@ -19,7 +19,7 @@ using namespace BlackGui::Components;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
CDockWidgetInfoBar::CDockWidgetInfoBar(QWidget *parent) : CDockWidget(parent)
|
||||
CDockWidgetInfoBar::CDockWidgetInfoBar(QWidget *parent) : CDockWidget(false, parent)
|
||||
{
|
||||
this->setWindowTitle("Info status bar");
|
||||
this->setWindowIcon(CIcons::swift24());
|
||||
|
||||
Reference in New Issue
Block a user