Skip to content

Commit

Permalink
[composer] Move all grid settings into seperate panel
Browse files Browse the repository at this point in the history
Now grid settings are accessed by clicking "Modify grid"
from the composer map properties panel. This opens a new
stacked panel with all the grid settings.

This helps make the composer map widget less confusing.
Before it was absolutely jammed with controls, including
lots of nested groups.
  • Loading branch information
nyalldawson committed Oct 11, 2016
1 parent 0dc5e83 commit 9263abe
Show file tree
Hide file tree
Showing 7 changed files with 2,267 additions and 1,855 deletions.
2 changes: 2 additions & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -139,6 +139,7 @@ SET(QGIS_APP_SRCS
composer/qgscomposerlabelwidget.cpp
composer/qgscomposerpicturewidget.cpp
composer/qgscomposermanager.cpp
composer/qgscomposermapgridwidget.cpp
composer/qgscomposermapwidget.cpp
composer/qgscomposerscalebarwidget.cpp
composer/qgscomposershapewidget.cpp
Expand Down Expand Up @@ -314,6 +315,7 @@ SET (QGIS_APP_MOC_HDRS
composer/qgscomposerlegenditemdialog.h
composer/qgscomposerlegendlayersdialog.h
composer/qgscomposermanager.h
composer/qgscomposermapgridwidget.h
composer/qgscomposermapwidget.h
composer/qgscomposerpicturewidget.h
composer/qgscomposerscalebarwidget.h
Expand Down

0 comments on commit 9263abe

Please sign in to comment.