Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c61684 commit 0e90810Copy full SHA for 0e90810
1 file changed
lib/matplotlib/backends/backend_qt.py
@@ -279,6 +279,8 @@ def _init_toolbar( self ):
279
# will resize this label instead of the buttons.
280
self.locLabel = qt.QLabel( "", self )
281
self.locLabel.setAlignment( qt.Qt.AlignRight | qt.Qt.AlignVCenter )
282
+ self.locLabel.setSizePolicy(qt.QSizePolicy(qt.QSizePolicy.Ignored,
283
+ qt.QSizePolicy.Ignored))
284
self.layout.addWidget( self.locLabel, 1 )
285
286
def pan( self, *args ):
0 commit comments