How to change fontsize in the Help system ?

Larry melurker at earthlink.net
Mon Sep 2 14:05:26 BST 2002


On Monday 02 September 2002 06:58, Mark Constable wrote:
>>
> I was kinda hoping someone would know just the right XML config file
> to edit so I could change one number from 12 to 24.
>
> --markc
>
> ___________________________________________________

Mark,
See how yours compares with this:
/opt/kde3/share/apps/khelpcenter

The total content of which is listed below.

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="khelpcenter" version="6">
<MenuBar noMerge="1">
 <Menu name="file" noMerge="1">
    <text>&File</text>
    <Action name="printFrame" group="print" />
    <Action name="file_quit"/> 
 </Menu>
 <Menu name="edit" noMerge="1">
  <text>&Edit</text>
  <Action name="selectAll" />
  <Separator />
  <Action name="find" />
 </Menu>
 <Menu name="view" noMerge="1">
  <text>&View</text>
  <Action name="viewDocumentSource" />
  <Action name="setEncoding" />
 </Menu>
 <Menu name="go" noMerge="1">
  <text>&Go</text>
  <Action name="back" />
  <Action name="forward" />
  <Separator/>
  <!-- don't add items here -->
 </Menu>
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1">
 <text>Main Toolbar</text>
 <Action name="back" />
 <Action name="forward" />
 <Action name="printFrame" />
 <Action name="find" /> 
 <Action name="incFontSizes" />
 <Action name="decFontSizes" />
</ToolBar>
</kpartgui>
------------------------
Note the last 2 Action items.

Maybe you can edit your file? Maybe not that simple but hope so.

Larry


___________________________________________________
This message is from the kde mailing list.
Account management:  http://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list