Skip to content

Commit 7104008

Browse files
committed
QwtPlot: removed default resize to 200x200
1 parent c3dba2b commit 7104008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qwt/plot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ def __init__(self, *args):
347347

348348
self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding)
349349

350-
self.resize(200, 200)
351-
352350
focusChain = [
353351
self,
354352
self.__data.titleLabel,

0 commit comments

Comments
 (0)