mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
gui/widget/menue.cpp: fix progressbar values in progressbar setup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37b20a84f6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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