# HG changeset patch # User Markus Kottlaender # Date 1555590292 -7200 # Node ID 7ac392edf8e2867c32d27245115a12a0df31053b # Parent 5a1f243d9c7c559ff20aabcfa2d81084fbcdedf6 client: added pane rotate button to profile dialog when second map is displayed diff -r 5a1f243d9c7c -r 7ac392edf8e2 client/src/components/fairway/Profiles.vue --- a/client/src/components/fairway/Profiles.vue Thu Apr 18 14:20:36 2019 +0200 +++ b/client/src/components/fairway/Profiles.vue Thu Apr 18 14:24:52 2019 +0200 @@ -94,9 +94,9 @@ -
+
+

@@ -389,6 +396,9 @@ .getLayer("DIFFERENCES") .getVisible() ); + }, + rotatePanesTooltip() { + return this.$gettext("Rotate Maps"); } }, watch: {