|
@@ -79,7 +79,9 @@ BaseIcons = {
|
|
img="layer-raster-histogram", label=_("Create histogram with d.histogram")
|
|
img="layer-raster-histogram", label=_("Create histogram with d.histogram")
|
|
),
|
|
),
|
|
"settings": MetaIcon(img="settings", label=_("Settings")),
|
|
"settings": MetaIcon(img="settings", label=_("Settings")),
|
|
- "mapDispSettings": MetaIcon(img="map-settings", label=_("Map Display Settings")),
|
|
|
|
|
|
+ "mapDispSettings": MetaIcon(
|
|
|
|
+ img="monitor-settings", label=_("Map Display Settings")
|
|
|
|
+ ),
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|