mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Коррекция pushButton
This commit is contained in:
@@ -120,13 +120,13 @@ void FIMtasksWidget::resizeEvent(QResizeEvent *event)
|
||||
int width = treeWidget->width();
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_ID, 50);
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_status, 110);
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_status, 130);
|
||||
|
||||
int widthTitle;
|
||||
if(type == TypeListTreeAMMFIM::listCommon)
|
||||
widthTitle = width - (0 + 10);
|
||||
widthTitle = width - (20 + 10);
|
||||
else
|
||||
widthTitle = width - (160 + 10);
|
||||
widthTitle = width - (180 + 10);
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_Title, widthTitle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user