mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-08 11:26:12 +08:00
ENH: Let Qt handle most of the window sizing.
This commit is contained in:
@@ -23,6 +23,7 @@ class PlotCanvas(FigureCanvasQTAgg):
|
||||
FigureCanvasQTAgg.updateGeometry(self)
|
||||
# Note: `setParent` must be called after `FigureCanvasQTAgg.__init__`.
|
||||
self.setParent(parent)
|
||||
self.setMinimumHeight(150)
|
||||
|
||||
|
||||
class PlotPlugin(Plugin):
|
||||
|
||||
Reference in New Issue
Block a user