Skip to content
Snippets Groups Projects
Commit 8024591d authored by Vincent Texier's avatar Vincent Texier
Browse files

fix date column truncated after first loading of transaction table

parent 3ca0adba
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ class TransactionsTabWidget(QWidget, Ui_transactionsTabWidget):
def stop_progress(self):
self.progressbar.hide()
self.table_history.resizeColumnsToContents()
def refresh_balance(self):
proxy = self.table_history.model()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment