~ubuntu-branches/ubuntu/oneiric/calibre/oneiric

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/pdf_output.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-06-21 10:18:08 UTC
  • mfrom: (1.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621101808-aue828f532tmo4zt
Tags: 0.7.2+dfsg-1
* New major upstream version. See http://calibre-ebook.com/new-in/seven for
  details.
* Refresh patches to apply cleanly.
* debian/control: Bump python-cssutils to >= 0.9.7~ to ensure the existence
  of the CSSRuleList.rulesOfType attribute. This makes epub conversion work
  again. (Closes: #584756)
* Add debian/local/calibre-mount-helper: Simple and safe replacement for
  upstream's calibre-mount-helper, using udisks --mount and eject.
  (Closes: #584915, LP: #561958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
   <item row="1" column="1">
41
41
    <widget class="QComboBox" name="opt_orientation"/>
42
42
   </item>
43
 
   <item row="2" column="0">
 
43
   <item row="3" column="0">
44
44
    <spacer name="verticalSpacer">
45
45
     <property name="orientation">
46
46
      <enum>Qt::Vertical</enum>
53
53
     </property>
54
54
    </spacer>
55
55
   </item>
 
56
   <item row="2" column="0" colspan="2">
 
57
    <widget class="QCheckBox" name="opt_preserve_cover_aspect_ratio">
 
58
     <property name="text">
 
59
      <string>Preserve &amp;aspect ratio of cover</string>
 
60
     </property>
 
61
    </widget>
 
62
   </item>
56
63
  </layout>
57
64
 </widget>
58
65
 <resources/>