mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
fix scaling
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@383 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: a6b765aa78
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2010-02-18 (Thu, 18 Feb 2010)
Origin message was:
------------------
- fix scaling
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@383 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -68,8 +68,10 @@ CVfdControler::CVfdControler(const neutrino_locale_t Name, CChangeObserver* Obse
|
||||
if (tmpwidth > lwidth) {
|
||||
lwidth = tmpwidth;
|
||||
}
|
||||
// reuse tmpwidth as dummy
|
||||
tmpwidth = g_Font[font_info]->getRenderWidth("15");
|
||||
|
||||
width = w_max((lwidth + 15 + 120 + 10 + 50 + 15), 0);
|
||||
width = w_max((15 + lwidth + 15 + 120 + 10 + tmpwidth + 10 + 15), 0);
|
||||
height = h_max(hheight+ mheight* 3+ +mheight/2, 0);
|
||||
x = frameBuffer->getScreenX() + ((frameBuffer->getScreenWidth()-width) >> 1);
|
||||
y = frameBuffer->getScreenY() + ((frameBuffer->getScreenHeight()-height)>>1);
|
||||
|
Reference in New Issue
Block a user