Resize the header of ApplyProgressDialogWidget.

This commit is contained in:
Andrius Štikonas 2016-04-28 14:01:09 +01:00
parent 1832059353
commit b21d1ffa84
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class ApplyProgressDialogWidget : public QWidget, public Ui::ApplyProgressDialog
public:
ApplyProgressDialogWidget(QWidget* parent) : QWidget(parent) {
setupUi(this);
m_TreeTasks->header()->setSectionResizeMode(QHeaderView::ResizeToContents);
}
public:

View File

@ -28,6 +28,9 @@
<property name="columnCount">
<number>2</number>
</property>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Operations and Jobs</string>