Resize rows on show/hide played
This commit is contained in:
parent
b0278b92b0
commit
c5dd913b98
@ -786,6 +786,8 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
self.hide_played_tracks = True
|
||||
self.active_proxy_model().hide_played_tracks(True)
|
||||
self.btnHidePlayed.setText("Show played")
|
||||
# Reset row heights
|
||||
self.active_tab.resizeRowsToContents()
|
||||
|
||||
def import_track(self) -> None:
|
||||
"""Import track file"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user