Skip to content

Commit

Permalink
changed pause button to use pause icon instead of a stop icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed Mar 12, 2020
1 parent 8e48ab6 commit 712230f
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -831,6 +831,7 @@
<file>themes/default/temporal_navigation/previous.svg</file>
<file>themes/default/temporal_navigation/rewindToStart.svg</file>
<file>themes/default/temporal_navigation/skipToEnd.svg</file>
<file>themes/default/temporal_navigation/pause.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
69 changes: 69 additions & 0 deletions images/themes/default/temporal_navigation/pause.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/qgstemporalcontrollerdockwidgetbase.ui
Expand Up @@ -95,7 +95,7 @@
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/temporal_navigation/stop.svg</normaloff>:/images/themes/default/temporal_navigation/stop.svg</iconset>
<normaloff>:/images/themes/default/temporal_navigation/pause.svg</normaloff>:/images/themes/default/temporal_navigation/pause.svg</iconset>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down

0 comments on commit 712230f

Please sign in to comment.