ENH: icon for param group

Change-Id: I435830615747aa850ed82621349f5fedfc29d860
This commit is contained in:
chunmao.guo 2022-09-23 15:13:11 +08:00 committed by Lane.Wei
parent c5024af7e2
commit d41e0db18f
33 changed files with 477 additions and 83 deletions

View file

@ -545,7 +545,7 @@ int OG_CustomCtrl::get_title_width()
if (!GetLabel().IsEmpty())
return titleWidth;
else
return 1;
return 2;
}
void OG_CustomCtrl::set_max_win_width(int max_win_width)