change order of toolbar
This commit is contained in:
parent
e32f5c5300
commit
7dd8855604
1 changed files with 4 additions and 4 deletions
|
@ -26,14 +26,14 @@
|
||||||
<Pencil slot="icon" size="18" class="h-" />
|
<Pencil slot="icon" size="18" class="h-" />
|
||||||
<span slot="tooltip">{$_('toolbar.routing.tooltip')}</span>
|
<span slot="tooltip">{$_('toolbar.routing.tooltip')}</span>
|
||||||
</ToolbarItem>
|
</ToolbarItem>
|
||||||
<ToolbarItem tool={Tool.SCISSORS}>
|
|
||||||
<Scissors slot="icon" size="18" />
|
|
||||||
<span slot="tooltip">{$_('toolbar.scissors.tooltip')}</span>
|
|
||||||
</ToolbarItem>
|
|
||||||
<ToolbarItem tool={Tool.WAYPOINT}>
|
<ToolbarItem tool={Tool.WAYPOINT}>
|
||||||
<MapPin slot="icon" size="18" />
|
<MapPin slot="icon" size="18" />
|
||||||
<span slot="tooltip">{$_('toolbar.waypoint_tooltip')}</span>
|
<span slot="tooltip">{$_('toolbar.waypoint_tooltip')}</span>
|
||||||
</ToolbarItem>
|
</ToolbarItem>
|
||||||
|
<ToolbarItem tool={Tool.SCISSORS}>
|
||||||
|
<Scissors slot="icon" size="18" />
|
||||||
|
<span slot="tooltip">{$_('toolbar.scissors.tooltip')}</span>
|
||||||
|
</ToolbarItem>
|
||||||
<ToolbarItem tool={Tool.TIME}>
|
<ToolbarItem tool={Tool.TIME}>
|
||||||
<CalendarClock slot="icon" size="18" />
|
<CalendarClock slot="icon" size="18" />
|
||||||
<span slot="tooltip">{$_('toolbar.time_tooltip')}</span>
|
<span slot="tooltip">{$_('toolbar.time_tooltip')}</span>
|
||||||
|
|
Loading…
Reference in a new issue