Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / resizing_tracks.xml
blob95253337ed0aee87773b39c59ccde5babb6bdc5b
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
8 ]>
10 <section id="sn-resizing-tracks">
11   <title>Resizing Tracks</title>
12   <indexterm>
13     <primary>Tracks</primary>
14     <secondary>Resizing</secondary>
15   </indexterm>
16   <indexterm>
17     <primary>Tracks</primary>
18     <secondary>Changing the height of</secondary>
19   </indexterm>
20   <para>
21     The height of a track in the &TRACK_DISPLAY; can be resized by
22     right-clicking in the empty space in the &TRACK_CONTROLS; to bring up
23     the track context menu and choosing a size from the
24     <guimenuitem>Height</guimenuitem> submenu.
25   </para>
26   <mediaobject>
27     <imageobject>
28       <imagedata fileref="images/resize_track.png"/>
29     </imageobject>
30   </mediaobject>
31   <para>
32     It can also be modified by clicking on the <guibutton>h</guibutton>
33     button in the &TRACK_CONTROLS; when the size of the track is
34     <literal>Normal</literal> or above.
35   </para>
36   <tip>
37     <para>
38       Holding the pointer over a track and pressing <keycap>Shift</keycap>
39       while scrolling with the mouse wheel will increase or decrease its
40       height.
41     </para>
42   </tip>
43 </section>