~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to qreator/qrcodes/QRCodeLocationGtk.py

  • Committer: David Planella
  • Date: 2012-06-02 09:17:40 UTC
  • mfrom: (81.1.2 qreator_bug1006630)
  • Revision ID: david.planella@ubuntu.com-20120602091740-3rbrviz5mqb1dre6
Merged lp:~stefan-schwarzburg/qreator/qreator:

* Fixes lp:1006630 'Resize QR input widgets'
* Additional changes to merge proposal:
  * Added Stefan Schwarzburg to autors credits
  * Added margins to qr_input box
  * Disabled automatic resizing of QR code

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
        map_grid = self.grid
37
37
 
38
 
        map_grid.set_size_request(-1, 250)
 
38
        #map_grid.set_size_request(-1, 350)
39
39
        map_grid.attach(map_widget, 0, 0, 1, 1)
40
40
 
41
41
        self.map_view = map_widget.get_view()