Revert "-cc_form_header: add max caption width"

This reverts commit 9bbc06f3ae.


Origin commit data
------------------
Commit: cb02d6253d
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-03 (Wed, 03 May 2017)
This commit is contained in:
2017-05-03 21:29:41 +02:00
parent 08f5820f72
commit fd43f9e123
2 changed files with 0 additions and 7 deletions

View File

@@ -106,8 +106,6 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
int cch_icon_w;
///property: internal width for clock object
int cch_clock_w;
///property: internal max width for text object
int cch_text_max_w;
///property: internal x-position for caption object
int cch_text_x;
///property: internal offset of context button icons within context button object
@@ -193,8 +191,6 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
virtual Font* getCaptionFont(){return cch_font;}
///set text color for caption
virtual void setCaptionColor(fb_pixel_t text_color){cch_col_text = text_color;}
///set max width for caption
virtual void setCaptionMaxWidth(int max_width){cch_text_max_w = max_width;}
enum
{