mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
parentallock_setup.cpp: apply native sub head
Origin commit data
------------------
Branch: ni/coolstream
Commit: c7c0f143a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -102,11 +102,8 @@ int CParentalSetup::showParentalSetup()
|
||||
//menue init
|
||||
CMenuWidget* plock = new CMenuWidget(LOCALE_MAINSETTINGS_HEAD, NEUTRINO_ICON_LOCK, width, MN_WIDGET_ID_PLOCKSETUP);
|
||||
|
||||
//subhead
|
||||
plock->addItem( new CMenuSeparator(CMenuSeparator::ALIGN_LEFT | CMenuSeparator::SUB_HEAD | CMenuSeparator::STRING, LOCALE_PARENTALLOCK_PARENTALLOCK));
|
||||
|
||||
// intros
|
||||
plock->addIntroItems();
|
||||
// intros with sub head
|
||||
plock->addIntroItems(LOCALE_PARENTALLOCK_PARENTALLOCK);
|
||||
|
||||
CMenuForwarder * mf;
|
||||
|
||||
|
Reference in New Issue
Block a user