|
|
@@ -640,7 +640,7 @@ def _init_toolbar(self): |
|
|
# the actual sizeHint, so override it instead in order to make the
|
|
|
# aesthetic adjustments noted above.
|
|
|
def sizeHint(self):
|
|
|
- size = super().sizeHint()
|
|
|
+ size = super(NavigationToolbar2QT, self).sizeHint()
|
|
|
size.setHeight(max(48, size.height()))
|
|
|
return size
|
|
|
|
|
|
|