mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Перед mulf_sign
This commit is contained in:
@@ -94,13 +94,13 @@ void AMMtasksWidget::resizeEvent(QResizeEvent *event)
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_ID, 50);
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_code, 250);
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_status, 70);
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_status, 100);
|
||||
|
||||
int widthPMorDM;
|
||||
if(type == TypeList::listCommon)
|
||||
widthPMorDM = width - (250 + 10);
|
||||
else
|
||||
widthPMorDM = width - (370 + 10);
|
||||
widthPMorDM = width - (400 + 10);
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_PMorDM, widthPMorDM);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user