Expand task panel according to the data in it.

This commit is contained in:
Markus Lampert
2021-01-03 15:38:17 -08:00
parent e9ca3633ce
commit 7b6cb0f44c

View File

@@ -16,6 +16,9 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="table">
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>