when a new activity is added, don't move more than necessary to show it
[kdebase.git] / runtime / khelpcenter / khelpcenterui.rc
blob3f38d221bbba0358bc6a54fa5800e6b2dcea9831
1 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2 <kpartgui name="khelpcenter" version="15">
3 <MenuBar>
4  <Menu name="file" noMerge="1">
5     <text>&amp;File</text>
6     <Action name="printFrame" group="print" />
7     <Action name="show_search_stderr" />
8     <Separator />
9     <Action name="file_quit"/> 
10  </Menu>
11  <Menu name="edit" noMerge="1">
12   <text>&amp;Edit</text>
13   <Action name="copy_text" />
14   <Separator />
15   <Action name="selectAll" />
16   <Separator />
17   <Action name="find" />
18  </Menu>
19  <Menu name="view" noMerge="1">
20   <text>&amp;View</text>
21   <Action name="viewDocumentSource" />
22   <Action name="setEncoding" />
23  </Menu>
24  <Menu name="go">
25   <text>&amp;Go</text>
26   <Action name="prevPage" />
27   <Action name="nextPage" />
28   <Separator />
29   <Action name="back" />
30   <Action name="forward" />
31   <Separator />
32   <Action name="lastsearch" />
33  </Menu>
34  <Menu name="settings">
35   <Action name="configure_fonts" append="save_merge"/>
36   <Action name="build_index" append="save_merge"/>
37  </Menu>
38 </MenuBar>
39 <ToolBar name="mainToolBar" noMerge="1">
40  <text>Main Toolbar</text>
41  <Action name="go_home" />
42  <Action name="back" />
43  <Action name="forward" />
44  <Separator />
45  <Action name="printFrame" />
46  <Separator /> 
47  <Action name="copy_text" />
48  <Action name="find" /> 
49  <Separator />
50  <Action name="incFontSizes" />
51  <Action name="decFontSizes" />
52 </ToolBar>
53 </kpartgui>