隐藏道头时,高度特殊处理
This commit is contained in:
parent
12d0c42d1c
commit
18027ba0e5
|
|
@ -1130,7 +1130,7 @@ void FormWell::getTableSize_Head_Biggest(int &iHight)
|
||||||
iHight = ui->tableWidget->rowHeight(0);
|
iHight = ui->tableWidget->rowHeight(0);
|
||||||
if(iHight == 0)
|
if(iHight == 0)
|
||||||
{
|
{
|
||||||
iHight = 1;
|
iHight = 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user