1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
<?xml version="1.0" encoding="iso-8859-2"?>
<chapter label="8" id="usage-customization">
<title>Dostosowywanie</title>
<sect1 id="prefs">
<title>Dostosowywanie</title>
<para>
Program <application>Dia</application> moe by zmieniany na wiele
sposobw, umoliwiajc uytkownikowi dostosowanie go do wasnych potrzeb.
</para>
<para>
Aby zmieni preferencje zachowania aplikacji naley wybra
<menuchoice>
<guimenu>File</guimenu> <guimenuitem>Preferencje...</guimenuitem>
</menuchoice> z <interface>gwnego paska menu</interface>.
This opens the <interface>Preferences</interface> dialog, shown in <!--[TODO: add
screenshot].--> <!-- <xref linkend="preferences-fig">. -->
</para>
<para>
The configurable properties in the <guilabel>User Interface</guilabel> tab
are:
<itemizedlist>
<listitem>
<para>
Reset tools after create — If this button is checked…<!--[TODO:
find out what this does] -->
</para>
</listitem>
<listitem>
<para>
Number of undo levels customizes how many steps that the undo tool
remembers. Higher numbers let the user go back more steps to fix an
error, but take up more memory.
</para>
</listitem>
<listitem>
<para>
Width controls the width, in pixels, of a new diagram.
</para>
</listitem>
<listitem>
<para>
Height controls the height, in pixels, of a new diagram.
</para>
</listitem>
<listitem>
<para>
Magnify sets a multiplier that controls what the default zoom level on
a new diagram is.
</para>
</listitem>
<listitem>
<para>
Snap To allows makes objects attract to a grid created by the program.
This makes it easier for the user to align objects, as separate objects
snap to the same line.
</para>
</listitem>
<listitem>
<para>
X Size lets the user set a multiplier which sets how far the horizontal
grid lines are from eachother.
</para>
</listitem>
<listitem>
<para>
Y Size lets the user set a multiplier which sets how far the vertical
grid lines are from eachother.
</para>
</listitem>
<listitem>
<para>
Colour sets the color that the grid lines display as.
</para>
</listitem>
<!-- Find out what page breaks are, etc. -->
</itemizedlist>
</para>
<para>
After you have made all the changes you want, click on
<guibutton>OK</guibutton> to apply the changes and close the
<interface>Preferences</interface> dialog. To cancel the changes and return
to previous values, click the <guibutton>Close</guibutton> button. You may
preview the effect of your changes using the Apply
button.
</para>
</sect1>
</chapter>
|