Skip to content

Commit

Permalink
[ui] Add a record icon and use it in the network logger panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 27, 2020
1 parent 28e1445 commit fc57be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -366,6 +366,7 @@
<file>themes/default/mActionPropertyItem.svg</file>
<file>themes/default/mActionQgisHomePage.png</file>
<file>themes/default/mActionRaiseItems.svg</file>
<file>themes/default/mActionRecord.svg</file>
<file>themes/default/mActionRedo.svg</file>
<file>themes/default/mActionRefresh.svg</file>
<file>themes/default/mActionReload.svg</file>
Expand Down
1 change: 1 addition & 0 deletions images/themes/default/mActionRecord.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ui/qgsnetworkloggerpanelbase.ui
Expand Up @@ -83,7 +83,7 @@
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionPlay.svg</normaloff>:/images/themes/default/mActionPlay.svg</iconset>
<normaloff>:/images/themes/default/mActionRecord.svg</normaloff>:/images/themes/default/mActionRecord.svg</iconset>
</property>
<property name="text">
<string>Record Log</string>
Expand Down

0 comments on commit fc57be6

Please sign in to comment.