diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-01 12:48:03 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-01 23:43:38 +0200 |
commit | fb612bbc722ef83c65c63961723f10969f9a6cee (patch) | |
tree | fd7020d835b1fb4f3a818c0b2aa318cd1c62c6c6 /src/rekonqui.rc | |
parent | 99% fixed target _blank issue.. (diff) | |
download | rekonq-fb612bbc722ef83c65c63961723f10969f9a6cee.tar.xz |
Importing clones PART 1
I apologies for this "strange" way of importing code.
But we have 3 (or 4) different ideas about UIs.. and I have
to decide one.
So, best way I found is importing manually changes.
I'll write something about that soon. We basically need to better
learn git cooperation (I'm first).
Anyway, thank you a lot for your time and your ideas. I really
apprecciate your efforts ;)
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index babf2c62..bc4f9c37 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="rekonq" version="32"> +<gui name="rekonq" version="35"> <MenuBar> @@ -68,13 +68,21 @@ </MenuBar> <!-- ============ Main ToolBar =========== --> -<ToolBar name="mainToolBar" fullWidth="true" position="top" iconText="iconOnly" newline="true" noMerge="1"><text>Main Toolbar</text> +<ToolBar name="mainToolBar" position="top" iconText="iconOnly" newline="true" noMerge="1"> +<text>Main Toolbar</text> <Action name="history_back" /> <Action name="history_forward" /> <Action name="stop_reload" /> <Action name="go_home" /> </ToolBar> +<!-- ============ Location ToolBar =========== --> +<ToolBar noEdit="true" name="locationToolBar" iconText="iconOnly" newline="false"> +<text>Location Toolbar</text> + <Action name="url_bar" /> + <Action name="search_bar" /> +</ToolBar> + <!-- ============ Bookmarks ToolBar =========== --> <ToolBar noEdit="true" iconText="icontextright" fullWidth="true" name="bookmarksToolBar" iconSize="16" newline="true" hidden="true"> <text>Bookmark Toolbar</text> |