CImageInfo: add item_offset also to bottom of license text

Origin commit data
------------------
Commit: 3f3a767104
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
This commit is contained in:
2013-03-24 16:17:55 +01:00
parent 9376d64379
commit a12728aa2b

View File

@@ -279,7 +279,7 @@ void CImageInfo::InitLicenseText()
}
in.close();
cc_lic = new CComponentsInfoBox(item_offset, item_top, cc_win->getWidth()-2*item_offset, cc_win->getHeight()-item_top);
cc_lic = new CComponentsInfoBox(item_offset, item_top, cc_win->getWidth()-2*item_offset, cc_win->getHeight()-item_top-item_offset);
cc_lic->setText(license_txt, CTextBox::AUTO_WIDTH | CTextBox::SCROLL, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_HINT]);
//add text to container