This commit is contained in:
DirtPiper
2018-10-22 12:39:08 -04:00
parent 03d696a8fa
commit 8fd2cb8f68

View File

@@ -1663,9 +1663,9 @@ int main(int argc, char** argv) {
PropGrid_Enable(propGrid,true); PropGrid_Enable(propGrid,true);
ShowWindow(propGrid,SW_SHOW); ShowWindow(propGrid,SW_SHOW);
PropGrid_AddItem(propGrid,&pItem); PropGrid_AddItem(propGrid,&pItem);
PropGrid_SetItemHeight(propGrid,20); PropGrid_SetItemHeight(propGrid, 20);
PropGrid_ShowToolTips(propGrid,TRUE); PropGrid_ShowToolTips(propGrid, TRUE);
PropGrid_ShowPropertyDescriptions(propGrid,TRUE); PropGrid_ShowPropertyDescriptions(propGrid, TRUE);
PropGrid_ExpandAllCatalogs(propGrid); PropGrid_ExpandAllCatalogs(propGrid);