Skip to content

Commit

Permalink
Don't tabify report settings with item properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 5, 2018
1 parent 4e6a072 commit c3f07f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -693,7 +693,6 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
tabifyDockWidget( mGeneralDock, mItemDock );
tabifyDockWidget( mItemDock, mItemsDock );
tabifyDockWidget( mItemDock, mAtlasDock );
tabifyDockWidget( mItemDock, mReportDock );

toggleActions( false );

Expand Down

0 comments on commit c3f07f6

Please sign in to comment.