diff options
Diffstat (limited to 'quanta/data/toolbars/cfml/fonts.toolbar')
-rw-r--r-- | quanta/data/toolbars/cfml/fonts.toolbar | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/quanta/data/toolbars/cfml/fonts.toolbar b/quanta/data/toolbars/cfml/fonts.toolbar new file mode 100644 index 00000000..b2897634 --- /dev/null +++ b/quanta/data/toolbars/cfml/fonts.toolbar @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Fonts" name="fonts" > + <text>Fonts</text> + <Action name="tag_font" /> + <Separator lineSeparator="true" /> + <Action name="tag_font_inc" /> + <Action name="tag_font_dec" /> + <Separator lineSeparator="true" /> + <Action name="tag_pre" /> + <Action name="tag_sub" /> + <Action name="tag_sup" /> + <Separator lineSeparator="true" /> + <Action name="tag_h1" /> + <Action name="tag_h2" /> + <Action name="tag_h3" /> + <Action name="tag_h4" /> + <Action name="tag_h5" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file |