mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
infoviewer_bb.cpp: use calculated icon space intstead static value
This commit is contained in:
@@ -787,7 +787,7 @@ void CInfoViewerBB::paint_ca_icon(int caid, const char *icon, int &icon_space_of
|
||||
} else {
|
||||
icon_space_offset += icon_sizeW[icon_map[caid].first];
|
||||
px = endx - icon_space_offset;
|
||||
icon_space_offset += 4;
|
||||
icon_space_offset += icon_space;
|
||||
}
|
||||
|
||||
if (px) {
|
||||
|
Reference in New Issue
Block a user