mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
rc_lock: use OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce04716c74
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Origin message was:
------------------
- rc_lock: use OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -127,8 +127,8 @@ void CRCLock::lockRC()
|
|||||||
if (lockIcon == NULL)
|
if (lockIcon == NULL)
|
||||||
{
|
{
|
||||||
lockIcon = new CComponentsPicture(
|
lockIcon = new CComponentsPicture(
|
||||||
g_settings.screen_StartX + 10,
|
g_settings.screen_StartX + OFFSET_INNER_MID,
|
||||||
g_settings.screen_StartY + 10,
|
g_settings.screen_StartY + OFFSET_INNER_MID,
|
||||||
NEUTRINO_ICON_RCLOCK);
|
NEUTRINO_ICON_RCLOCK);
|
||||||
lockIcon->doPaintBg(false);
|
lockIcon->doPaintBg(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user