mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Allow toolbars to be docked anywhere.
This commit is contained in:
parent
d34f5050dd
commit
0f89bc8233
1 changed files with 0 additions and 2 deletions
|
@ -598,7 +598,6 @@ void lcMainWindow::CreateToolBars()
|
|||
|
||||
mPropertiesToolBar = new QDockWidget(tr("Properties"), this);
|
||||
mPropertiesToolBar->setObjectName("PropertiesToolbar");
|
||||
mPropertiesToolBar->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
|
||||
|
||||
mPropertiesWidget = new lcQPropertiesTree(mPropertiesToolBar);
|
||||
|
||||
|
@ -607,7 +606,6 @@ void lcMainWindow::CreateToolBars()
|
|||
|
||||
mTimelineToolBar = new QDockWidget(tr("Timeline"), this);
|
||||
mTimelineToolBar->setObjectName("TimelineToolbar");
|
||||
mTimelineToolBar->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
|
||||
mTimelineToolBar->setAcceptDrops(true);
|
||||
|
||||
mTimelineWidget = new lcTimelineWidget(mTimelineToolBar);
|
||||
|
|
Loading…
Reference in a new issue