diff options
Diffstat (limited to 'quanta/data/toolbars/css')
-rw-r--r-- | quanta/data/toolbars/css/css.actions | 4 | ||||
-rw-r--r-- | quanta/data/toolbars/css/css.toolbar | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/quanta/data/toolbars/css/css.actions b/quanta/data/toolbars/css/css.actions new file mode 100644 index 00000000..c5a38622 --- /dev/null +++ b/quanta/data/toolbars/css/css.actions @@ -0,0 +1,4 @@ +<!DOCTYPE actionsconfig> +<actions> + +</actions>
\ No newline at end of file diff --git a/quanta/data/toolbars/css/css.toolbar b/quanta/data/toolbars/css/css.toolbar new file mode 100644 index 00000000..c4e3cbbb --- /dev/null +++ b/quanta/data/toolbars/css/css.toolbar @@ -0,0 +1,9 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="CSS" noMerge="1" name="css" > + <text>CSS</text> + <Action name="insert_css" /> + <Action name="tag_color" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file |