From 4105687c0aba58e4dcbefd5565c34d859e5dedb7 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 2 Dec 2025 21:49:15 +0100 Subject: [PATCH] fix icon size --- .../src/lib/components/toolbar/tools/routing/Routing.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/lib/components/toolbar/tools/routing/Routing.svelte b/website/src/lib/components/toolbar/tools/routing/Routing.svelte index 915794360..2d45ac807 100644 --- a/website/src/lib/components/toolbar/tools/routing/Routing.svelte +++ b/website/src/lib/components/toolbar/tools/routing/Routing.svelte @@ -195,7 +195,7 @@ disabled={!validSelection} onclick={fileActions.reverseSelection} > - {i18n._('toolbar.routing.reverse.button')} + {i18n._('toolbar.routing.reverse.button')} - {i18n._('toolbar.routing.route_back_to_start.button')} + {i18n._('toolbar.routing.route_back_to_start.button')} - {i18n._('toolbar.routing.round_trip.button')} + {i18n._('toolbar.routing.round_trip.button')}