From 30a4e4015ebedd87c57b8c429404ae54de2ef99d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 26 Apr 2013 17:58:58 +0200 Subject: [PATCH] CInfoViewer: use correct text color in showInfoFile() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/19f2d556ee7073188275a0e5baf02dde675530e8 Author: Thilo Graf Date: 2013-04-26 (Fri, 26 Apr 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 4b437e380..939e80fcb 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1855,6 +1855,7 @@ void CInfoViewer::showInfoFile() infobar_txt->setDimensionsAll(xStart, yStart, width, height); infobar_txt->setCornerRadius(RADIUS_SMALL); infobar_txt->setShadowOnOff(true); + infobar_txt->setTextColor(COL_INFOBAR); infobar_txt->setColorBody(COL_INFOBAR_PLUS_0); infobar_txt->doPaintTextBoxBg(false);