diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2014-07-24 10:56:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-24 11:33:28 -0700 |
commit | 21585403dba6ec47afdf81b86557285acb993b7a (patch) | |
tree | b1de6f9e3404cf732a4fc6e06313c3ca0b47d8fc /qt-ui/printoptions.ui | |
parent | f29f41ae9ea8b9c6217feab2cd97b165af843c2a (diff) | |
download | subsurface-21585403dba6ec47afdf81b86557285acb993b7a.tar.gz |
Printing: add 1 dive per page option
With this option there is an exception, which makes the notes section of
the profile table occupy half the page. This way dive plans can reasonably
be printed.
Fixes #636
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/printoptions.ui')
-rw-r--r-- | qt-ui/printoptions.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qt-ui/printoptions.ui b/qt-ui/printoptions.ui index c108315d0..e7bdbf683 100644 --- a/qt-ui/printoptions.ui +++ b/qt-ui/printoptions.ui @@ -134,6 +134,19 @@ </widget> </item> <item> + <widget class="QRadioButton" name="radioOneDive"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>1 dive per page</string> + </property> + </widget> + </item> + <item> <widget class="QRadioButton" name="radioTablePrint"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |