Remove a call to metadata_box.resize_columns

It has been removed in af184bc.

Fixes PICARD-775.
This commit is contained in:
Wieland Hoffmann
2015-10-29 20:28:11 +01:00
parent 2b255183d2
commit 2b54b5767d

View File

@@ -895,7 +895,6 @@ class MainWindow(QtGui.QMainWindow):
"""Show/hide the cover art box."""
if self.show_cover_art_action.isChecked():
self.cover_art_box.show()
self.metadata_box.resize_columns()
else:
self.cover_art_box.hide()