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

0 could make problems on fit items into container


Origin commit data
------------------
Commit: ad80daea96
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-04 (Wed, 04 Dec 2013)
This commit is contained in:
2013-12-04 22:01:24 +01:00
parent 1f177c9522
commit 52be18ff3a
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;