mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
readd fontmenu scaling hint
This commit is contained in:
@@ -278,11 +278,13 @@ int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
CMenuOptionNumberChooser* mc = new CMenuOptionNumberChooser(LOCALE_FONTMENU_SCALING_X, &g_settings.font_scaling_x, true, 50, 200, this);
|
CMenuOptionNumberChooser* mc = new CMenuOptionNumberChooser(LOCALE_FONTMENU_SCALING_X, &g_settings.font_scaling_x, true, 50, 200, this);
|
||||||
mc->setNumericInput(true);
|
mc->setNumericInput(true);
|
||||||
mc->setNumberFormat("%d%%");
|
mc->setNumberFormat("%d%%");
|
||||||
|
mc->setHint("", LOCALE_FONTMENU_SCALING_X_HINT2);
|
||||||
fontscale.addItem(mc);
|
fontscale.addItem(mc);
|
||||||
|
|
||||||
mc = new CMenuOptionNumberChooser(LOCALE_FONTMENU_SCALING_Y, &g_settings.font_scaling_y, true, 50, 200, this);
|
mc = new CMenuOptionNumberChooser(LOCALE_FONTMENU_SCALING_Y, &g_settings.font_scaling_y, true, 50, 200, this);
|
||||||
mc->setNumericInput(true);
|
mc->setNumericInput(true);
|
||||||
mc->setNumberFormat("%d%%");
|
mc->setNumberFormat("%d%%");
|
||||||
|
mc->setHint("", LOCALE_FONTMENU_SCALING_Y_HINT2);
|
||||||
fontscale.addItem(mc);
|
fontscale.addItem(mc);
|
||||||
|
|
||||||
res = fontscale.exec(NULL, "");
|
res = fontscale.exec(NULL, "");
|
||||||
|
Reference in New Issue
Block a user