CAudioPlayerGui: add cc scquare objekt as title box, fix caption bg colors

Use of cc square object saves unnecessary paintBoxRel() calls.
BgColors of metatdata and time display were different to
titlebox body color, but was not to see with all themes.

btw: time box was too much on the right side. Frame of titelbox
was overpainted but was not very noticeable if frame width < 2.
This commit is contained in:
2017-06-28 22:03:12 +02:00
parent 6aaa403197
commit 86742b1d72
2 changed files with 26 additions and 15 deletions

View File

@@ -128,6 +128,7 @@ class CAudioPlayerGui : public CMenuTarget
bool m_inetmode;
CComponentsDetailsLine *m_detailsline;
CComponentsInfoBox *m_infobox;
CComponentsShapeSquare *m_titlebox;
SMSKeyInput m_SMSKeyInput;