Skip to content

Commit

Permalink
Add new page icon to toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 17, 2017
1 parent ca37a1e commit 5601fc9
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -617,6 +617,7 @@
<file>themes/default/mIconQgsProjectFile.svg</file>
<file>themes/default/mIconPythonFile.svg</file>
<file>themes/default/mIconQptFile.svg</file>
<file>themes/default/mActionNewPage.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
86 changes: 86 additions & 0 deletions images/themes/default/mActionNewPage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -70,6 +70,8 @@
<addaction name="mActionLoadFromTemplate"/>
<addaction name="mActionSaveAsTemplate"/>
<addaction name="separator"/>
<addaction name="mActionAddPages"/>
<addaction name="separator"/>
<addaction name="mActionExportAsImage"/>
<addaction name="mActionExportAsSVG"/>
<addaction name="mActionExportAsPDF"/>
Expand Down Expand Up @@ -444,7 +446,7 @@
<action name="mActionAddPages">
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionFileNew.svg</normaloff>:/images/themes/default/mActionFileNew.svg</iconset>
<normaloff>:/images/themes/default/mActionNewPage.svg</normaloff>:/images/themes/default/mActionNewPage.svg</iconset>
</property>
<property name="text">
<string>Add Pages…</string>
Expand Down

0 comments on commit 5601fc9

Please sign in to comment.