Add rotate-left button to bitmap editor toolbar

This commit is contained in:
Jermolene
2018-03-12 12:45:56 +00:00
parent 22a15bed67
commit c0569849d2
6 changed files with 69 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
title: $:/core/ui/EditorToolbar/rotate-left
tags: $:/tags/EditorToolbar
icon: $:/core/images/rotate-left
caption: {{$:/language/Buttons/RotateLeft/Caption}}
description: {{$:/language/Buttons/RotateLeft/Hint}}
condition: [<targetTiddler>is[image]]
<$action-sendmessage
$message="tm-edit-bitmap-operation"
$param="rotate-left"
/>