diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/exit.sml | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/exit.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/exit.sml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/exit.sml b/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/exit.sml new file mode 100644 index 00000000..ef099f98 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/NassiShneiderman/exit.sml @@ -0,0 +1,27 @@ +<?xml version="1.0"?> + +<KivioShapeStencil creator="vi"> + + <KivioSMLStencilSpawnerInfo> + <Author data="Joerg de la Haye"/> + <Title data="exit"/> + <Id data="exit"/> + <Description data="exit"/> + <Version data="0.1"/> + <Web data=""/> + <Email data="haye@ritterstrasse.org"/> + <Copyright data="Copyright (C) 2004 Joerg de la Haye. Distributed under the GPL."/> + <AutoUpdate data="off"/> + </KivioSMLStencilSpawnerInfo> + + <Dimensions w="260.0" h="20.0"/> + + <KivioShape type="Rectangle" name="exit" x="0.0" y="0.0" w="260.0" h="20.0"/> + <KivioShape type="LineArray" name="Separator"> + <Line x1="0.0" y1="10.0" x2="20.0" y2="0.0"/> + <Line x1="0.0" y1="10.0" x2="20.0" y2="20.0"/> + </KivioShape> + + <KivioShape type="TextBox" name="Text" x="25.0" y="2.0" w="230.0" h="16.0"/> + +</KivioShapeStencil> |