mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- rc_lock: use OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
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