opti:设置自动设置列宽度,并且可以配置允许的最大宽度。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user