Skip to content

Commit

Permalink
Harmonize icon and tooltip of temporal panel in vector/raster/mesh la…
Browse files Browse the repository at this point in the history
…yer properties dialog
  • Loading branch information
nirvn committed May 10, 2020
1 parent 707d62f commit 5bf120a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ui/mesh/qgsmeshlayerpropertiesbase.ui
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
<property name="text"> <property name="text">
<string>Temporal</string> <string>Temporal</string>
</property> </property>
<property name="toolTip">
<string>Temporal Settings</string>
</property>
<property name="icon"> <property name="icon">
<iconset resource="../../../images/images.qrc"> <iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/temporal.svg</normaloff>:/images/themes/default/propertyicons/temporal.svg</iconset> <normaloff>:/images/themes/default/propertyicons/temporal.svg</normaloff>:/images/themes/default/propertyicons/temporal.svg</iconset>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@
<string>Temporal</string> <string>Temporal</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Temporal</string> <string>Temporal Settings</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../images/images.qrc"> <iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mIndicatorTemporal.svg</normaloff>:/images/themes/default/mIndicatorTemporal.svg</iconset> <normaloff>:/images/themes/default/propertyicons/temporal.svg</normaloff>:/images/themes/default/propertyicons/temporal.svg</iconset>
</property> </property>
</item> </item>
<item> <item>
Expand Down

0 comments on commit 5bf120a

Please sign in to comment.