CComponentsForm/CComponentsHeader: use start pos x=1 instead 0

0 could make problems on fit items into container
This commit is contained in:
2013-12-04 22:01:24 +01:00
parent 52f51e7f27
commit ad80daea96
2 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ void CComponentsHeader::initVarHeader()
cch_text = "";
cch_col_text = COL_MENUHEAD_TEXT;
cch_caption_align = CTextBox::NO_AUTO_LINEBREAK;
cch_items_y = 0;
cch_items_y = 1;
cch_offset = 8;
cch_icon_x = cch_offset;
cch_icon_w = 0;