diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-24 09:47:26 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-28 11:37:28 +0300 |
commit | c95358c4b9c39016d08c234fb7e5db4958ff381e (patch) | |
tree | 805072959f57129140b6cb9deaf7cbacefa571d1 /qt-ui | |
parent | f76ebe3b9d2e7e4dcd2de3b3bab6994bfa254c44 (diff) | |
download | subsurface-c95358c4b9c39016d08c234fb7e5db4958ff381e.tar.gz |
Printing: remove existing values in print template combobox
We don't need static template names anymore.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/printoptions.ui | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/qt-ui/printoptions.ui b/qt-ui/printoptions.ui index 7e66d4cb0..6bd271bbe 100644 --- a/qt-ui/printoptions.ui +++ b/qt-ui/printoptions.ui @@ -129,23 +129,7 @@ </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QComboBox" name="printTemplate"> - <item> - <property name="text"> - <string>One dive per page</string> - </property> - </item> - <item> - <property name="text"> - <string>Two dives per page</string> - </property> - </item> - <item> - <property name="text"> - <string>Custom template</string> - </property> - </item> - </widget> + <widget class="QComboBox" name="printTemplate"/> </item> <item> <widget class="QPushButton" name="editButton"> |