do not center the "dummy" image of the text annotation, otherwise there's a "jump" when the note is placed

svn path=/trunk/KDE/kdegraphics/okular/; revision=746431
This commit is contained in:
Pino Toscano 2007-12-08 23:19:42 +00:00
parent 435a6390b8
commit 3fe54b79e8

View file

@ -19,7 +19,7 @@ Engine/Annotation Types [specific attributes]:
<annotatingTools>
<tool id="1" name="Note" pixmap="tool_note">
<tooltip>Text Annotation</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool_note" center="true">
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool_note">
<annotation type="Text" color="#FFFF00" />
</engine>
<shortcut>1</shortcut>