13
0
livetrax/manual/xml/resizing_tracks.xml
Tim Mayberry 1f9be222f5 Replace existing but mostly empty section on resizing tracks and move it to a separate file
git-svn-id: svn://localhost/ardour2/trunk@1907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-22 09:56:34 +00:00

44 lines
1.3 KiB
XML

<?xml version="1.0" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<section id="sn-resizing-tracks">
<title>Resizing Tracks</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Resizing</secondary>
</indexterm>
<indexterm>
<primary>Tracks</primary>
<secondary>Changing the height of</secondary>
</indexterm>
<para>
The height of a track in the &TRACK_DISPLAY; can be resized by
right-clicking in the empty space in the &TRACK_CONTROLS; to bring up
the track context menu and choosing a size from the
<guimenuitem>Height</guimenuitem> submenu.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/resize_track.png"/>
</imageobject>
</mediaobject>
<para>
It can also be modified by clicking on the <guibutton>h</guibutton>
button in the &TRACK_CONTROLS; when the size of the track is
<literal>Normal</literal> or above.
</para>
<tip>
<para>
Holding the pointer over a track and pressing <keycap>Shift</keycap>
while scrolling with the mouse wheel will increase or decrease its
height.
</para>
</tip>
</section>