mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- cc_frm_header: re-add offet to header caption; ...
this fixes ofset on right side for very long header captions Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -566,7 +566,7 @@ void CComponentsHeader::initCaption()
|
||||
cch_text_x = cch_offset;
|
||||
|
||||
//calc width of text object in header
|
||||
cc_text_w = width-cch_text_x/*-cch_offset*/;
|
||||
cc_text_w = width-cch_text_x-cch_offset;
|
||||
|
||||
//context buttons
|
||||
int buttons_w = 0;
|
||||
|
Reference in New Issue
Block a user