summaryrefslogtreecommitdiff
path: root/manual/xml/resizing_tracks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/xml/resizing_tracks.xml')
-rw-r--r--manual/xml/resizing_tracks.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/manual/xml/resizing_tracks.xml b/manual/xml/resizing_tracks.xml
new file mode 100644
index 0000000000..95253337ed
--- /dev/null
+++ b/manual/xml/resizing_tracks.xml
@@ -0,0 +1,43 @@
+<?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>