mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
glcdsetup: minor arrangement fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 91ccbd4bb4
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Origin message was:
------------------
- glcdsetup: minor arrangement fix
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -907,7 +907,7 @@ fsk.to_12 bis 12
|
||||
fsk.to_16 bis 16
|
||||
fsk.to_7 bis 7
|
||||
glcd.align_center zentriert
|
||||
glcd.align_channel Sender ausrichten
|
||||
glcd.align_channel Sendername ausrichten
|
||||
glcd.align_duration Sendungsdauer ausrichten
|
||||
glcd.align_end Sendungsende ausrichten
|
||||
glcd.align_epg EPG ausrichten
|
||||
|
@@ -471,8 +471,6 @@ int GLCD_Menu::GLCD_Theme_Settings()
|
||||
|
||||
gts->addItem(new CMenuSeparator(CMenuSeparator::LINE | CMenuSeparator::STRING, LOCALE_GLCD_POSITION_SETTINGS));
|
||||
|
||||
gts->addItem(new CMenuOptionChooser(LOCALE_GLCD_SHOW_LOGO, &t.glcd_logo,
|
||||
OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
|
||||
gts->addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_SIZE_CHANNEL,
|
||||
&t.glcd_channel_percent, true, 0, 100, this));
|
||||
gts->addItem(new CMenuOptionChooser(LOCALE_GLCD_ALIGN_CHANNEL, &t.glcd_channel_align,
|
||||
@@ -481,6 +479,11 @@ int GLCD_Menu::GLCD_Theme_Settings()
|
||||
&t.glcd_channel_x_position, true, 0, oled_width, this));
|
||||
gts->addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_CHANNEL_Y_POSITION,
|
||||
&t.glcd_channel_y_position, true, 0, oled_height, this));
|
||||
|
||||
gts->addItem(GenericMenuSeparator);
|
||||
|
||||
gts->addItem(new CMenuOptionChooser(LOCALE_GLCD_SHOW_LOGO, &t.glcd_logo,
|
||||
OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
|
||||
nc = new CMenuOptionNumberChooser(LOCALE_GLCD_SIZE_LOGO,
|
||||
&t.glcd_logo_percent, t.glcd_logo, 0, 100, this);
|
||||
gts->addItem(nc);
|
||||
|
Reference in New Issue
Block a user