mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 08:23:39 +02:00
menue: always show frame around the hintbox
Origin commit data
------------------
Commit: 38237f07b6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-15 (Fri, 15 Sep 2017)
Origin message was:
------------------
- menue: always show frame around the hintbox
This commit is contained in:
@@ -1557,7 +1557,7 @@ void CMenuWidget::paintHint(int pos)
|
||||
info_box = new CComponentsInfoBox();
|
||||
|
||||
info_box->setDimensionsAll(x, ypos2, iwidth, hint_height);
|
||||
info_box->setFrameThickness(g_settings.show_menu_hints_line ? 1 : 0); //NI
|
||||
info_box->setFrameThickness(1); //NI
|
||||
//NI info_box->removeLineBreaks(str);
|
||||
info_box->setText(str, CTextBox::AUTO_WIDTH, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_HINT], COL_MENUCONTENT_TEXT);
|
||||
info_box->setCorner(rad);
|
||||
|
Reference in New Issue
Block a user