mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsHeader: remove unused lines
This commit is contained in:
@@ -280,10 +280,7 @@ void CComponentsHeader::initCCHeaderText()
|
|||||||
if (cch_text_obj){
|
if (cch_text_obj){
|
||||||
cch_text_obj->setText(cch_text, CTextBox::AUTO_WIDTH, cch_font);
|
cch_text_obj->setText(cch_text, CTextBox::AUTO_WIDTH, cch_font);
|
||||||
cch_text_obj->setDimensionsAll(cch_text_x, cch_items_y, width-cch_icon_w-fr_thickness, height-2*fr_thickness);
|
cch_text_obj->setDimensionsAll(cch_text_x, cch_items_y, width-cch_icon_w-fr_thickness, height-2*fr_thickness);
|
||||||
// cch_text_obj->setTextFont(cch_font)
|
|
||||||
cch_text_obj->setTextColor(cch_col_text);
|
cch_text_obj->setTextColor(cch_col_text);
|
||||||
// cch_text_obj->setTextMode(CTextBox::AUTO_WIDTH);
|
|
||||||
|
|
||||||
cch_text_obj->setColorBody(col_body);
|
cch_text_obj->setColorBody(col_body);
|
||||||
cch_text_obj->doPaintBg(false);
|
cch_text_obj->doPaintBg(false);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user