Use Oxygen icons for the text tools. Much better now.

svn path=/trunk/KDE/kdegraphics/okular/; revision=747814
This commit is contained in:
Pino Toscano 2007-12-13 00:06:31 +00:00
parent 080acb4344
commit f7b8b3f6f4
4 changed files with 6 additions and 4 deletions

View file

@ -13,6 +13,8 @@ install(FILES
tool_line_okular.png tool_line_okular.png
tool_polygon_okular.png tool_polygon_okular.png
tool_ellipse_okular.png tool_ellipse_okular.png
tool-note.png
tool-note-inline.png
DESTINATION ${DATA_INSTALL_DIR}/okular/pics) DESTINATION ${DATA_INSTALL_DIR}/okular/pics)
# install annotation page images # install annotation page images
install(FILES install(FILES

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
ui/data/tool-note.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -17,16 +17,16 @@ Engine/Annotation Types [specific attributes]:
Geom Geom
--> -->
<annotatingTools> <annotatingTools>
<tool id="1" name="Note" pixmap="tool_note"> <tool id="1" name="Note" pixmap="tool-note">
<tooltip>Text Annotation</tooltip> <tooltip>Text Annotation</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool_note"> <engine type="PickPoint" color="#FFFF00" hoverIcon="tool-note">
<annotation type="Text" color="#FFFF00" /> <annotation type="Text" color="#FFFF00" />
</engine> </engine>
<shortcut>1</shortcut> <shortcut>1</shortcut>
</tool> </tool>
<tool id="2" name="Inline Note" pixmap="text"> <tool id="2" name="Inline Note" pixmap="tool-note-inline">
<tooltip>Inline Text Annotation (drag to select a zone)</tooltip> <tooltip>Inline Text Annotation (drag to select a zone)</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool_note" block="true"> <engine type="PickPoint" color="#FFFF00" hoverIcon="tool-note-inline" block="true">
<annotation type="FreeText" color="#FFFF00" /> <annotation type="FreeText" color="#FFFF00" />
</engine> </engine>
<shortcut>2</shortcut> <shortcut>2</shortcut>