Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
modeler canvas is now bigger (5000x5000). TODO: make it resize dynami…
…cally

git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@218 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Jun 4, 2012
1 parent 2eb0c74 commit 4eebb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sextante/modeler/ModelerDialog.py
Expand Up @@ -81,7 +81,7 @@ def setupUi(self):
self.horizontalLayoutNames.addWidget(self.textGroup)

self.scene = ModelerScene(self)
self.scene.setSceneRect(QtCore.QRectF(0, 0, 2000, 2000))
self.scene.setSceneRect(QtCore.QRectF(0, 0, 5000, 5000))

self.canvasTabWidget = QtGui.QTabWidget()
self.canvasTabWidget.setMinimumWidth(300)
Expand Down

0 comments on commit 4eebb63

Please sign in to comment.