mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
gui/widget/menue.cpp: fix progressbar values in progressbar setup
This commit is contained in:
@@ -2286,7 +2286,7 @@ void CMenuProgressbar::init(const neutrino_locale_t Loc, const std::string &Text
|
||||
name = Loc;
|
||||
nameString = Text;
|
||||
scale.setDimensionsAll(0, 0, 100, g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getHeight()/2);
|
||||
scale.setValue(100);
|
||||
scale.setValues(100, 100);
|
||||
}
|
||||
|
||||
int CMenuProgressbar::paint(bool selected)
|
||||
|
Reference in New Issue
Block a user