隐藏道头时,高度特殊处理

This commit is contained in:
jiayulong 2026-05-28 15:36:58 +08:00
parent 12d0c42d1c
commit 18027ba0e5

View File

@ -1130,7 +1130,7 @@ void FormWell::getTableSize_Head_Biggest(int &iHight)
iHight = ui->tableWidget->rowHeight(0);
if(iHight == 0)
{
iHight = 1;
iHight = 100;
}
}
//