CComponentsHeader: Fix positioning of items

This commit is contained in:
M. Liebmann
2013-12-13 22:27:33 +01:00
parent 4d0eea3b23
commit b41e444887

View File

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