~reversiblean/ubuntu/utopic/videoporama/fix-for-1345565

« back to all changes in this revision

Viewing changes to lot.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2011-02-06 11:21:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110206112156-isbfgd84ku30xonj
Tags: 0.8.1-0ubuntu1
* New upstream release.
  - Compatible with pyexiv2 0.3.0 (LP: #710861)
  - Fix issue with non ASCII characters in the project file path (LP: #631113)
* debian/control: added Recommends on mplayer (LP: #708431)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    def setupUi(self, lot):
32
32
        lot.setObjectName("lot")
33
33
        lot.resize(740, 352)
34
 
        lot.setAccessibleName("")
 
34
        #lot.setAccessibleName("")
35
35
        self.buttonBox = QtGui.QDialogButtonBox(lot)
36
36
        self.buttonBox.setGeometry(QtCore.QRect(564, 317, 171, 32))
37
37
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)