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 0fc4583 commit 80d1f0dCopy full SHA for 80d1f0d
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -712,8 +712,7 @@ def _init_toolbar(self):
712
# will resize this label instead of the buttons.
713
if self.coordinates:
714
self.locLabel = QtWidgets.QLabel("", self)
715
- self.locLabel.setAlignment(
716
- QtCore.Qt.AlignRight | QtCore.Qt.AlignTop)
+ self.locLabel.setAlignment(QtCore.Qt.AlignRight)
717
self.locLabel.setSizePolicy(
718
QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding,
719
QtWidgets.QSizePolicy.Ignored))
0 commit comments