CBuildInfo: use member doCenter() for centering window

Origin commit data
------------------
Branch: ni/coolstream
Commit: 65ef4b4ccf
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-31 (Fri, 31 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-01-31 19:36:29 +01:00
parent 41eb7380f2
commit eb9c5e3659

View File

@@ -35,7 +35,7 @@
using namespace std;
CBuildInfo::CBuildInfo() : CComponentsWindow(1, 1, 700, 500, LOCALE_BUILDINFO_MENU, NEUTRINO_ICON_INFO)
CBuildInfo::CBuildInfo() : CComponentsWindow(0, 0, 700, 500, LOCALE_BUILDINFO_MENU, NEUTRINO_ICON_INFO)
{
initVarBuildInfo();
}
@@ -43,8 +43,7 @@ CBuildInfo::CBuildInfo() : CComponentsWindow(1, 1, 700, 500, LOCALE_BUILDINFO_ME
//init all var members
void CBuildInfo::initVarBuildInfo()
{
x = frameBuffer->getScreenWidth(true)/2 - width/2;
y = frameBuffer->getScreenHeight(true)/2 -height/2;
doCenter();
append_v_offset = 1;
font = NULL;