Commit c533ce82 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

configure: Resize columns.

Showing with 1 addition and 0 deletions
+1 -0
...@@ -87,6 +87,7 @@ class ConfigureWindow(ASubWindow, ListedSubWindow): ...@@ -87,6 +87,7 @@ class ConfigureWindow(ASubWindow, ListedSubWindow):
self.set_time_edit("timeEdit_backup_frequence", self.conf.backup_frequence) self.set_time_edit("timeEdit_backup_frequence", self.conf.backup_frequence)
self.set_spin_box("spinBox_backup_max", self.conf.backup_max) self.set_spin_box("spinBox_backup_max", self.conf.backup_max)
self.find(QTableView, "tableView_solver").resizeColumnsToContents()
self.connect() self.connect()
def connect(self): def connect(self):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment