opti:设置自动设置列宽度,并且可以配置允许的最大宽度。

This commit is contained in:
2024-05-24 10:03:58 +08:00
parent 3d1fcc5dc8
commit 5761a7ff48
4 changed files with 42 additions and 9 deletions

View File

@@ -47,5 +47,7 @@ bool ConfigIni::parse_ini()
opr_base_.purpose = ini_.GetValue("Basic", "purpose");
opr_base_.the_node = ini_.GetValue("Basic", "the_node");
opr_base_.xml_path = ini_.GetValue("Basic", "xml_path");
opr_base_.allow_max_width = ini_.GetLongValue("Basic", "max_col_width");
opr_base_.blank_width = ini_.GetLongValue("Basic", "blank_width");
return true;
}