32 self.setModal(modal) |
32 self.setModal(modal) |
33 |
33 |
34 self.zoomSpinBox.setValue(zoom) |
34 self.zoomSpinBox.setValue(zoom) |
35 self.zoomSpinBox.selectAll() |
35 self.zoomSpinBox.selectAll() |
36 |
36 |
|
37 msh = self.minimumSizeHint() |
|
38 self.resize(max(self.width(), msh.width()), msh.height()) |
|
39 |
37 def getZoomSize(self): |
40 def getZoomSize(self): |
38 """ |
41 """ |
39 Public method to retrieve the zoom size. |
42 Public method to retrieve the zoom size. |
40 |
43 |
41 @return zoom size (int) |
44 @return zoom size (int) |