mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- remove w_max()-calls to define menu-width, because ...
w-max() returns a pixel-value, but menus need a percentage-value.
This commit is contained in:
@@ -72,7 +72,7 @@ const struct button_label TestButtons[/*TestButtonsCount*/] =
|
||||
|
||||
CTestMenu::CTestMenu()
|
||||
{
|
||||
width = w_max (50, 10);
|
||||
width = 50;
|
||||
circle = NULL;
|
||||
sq = NULL;
|
||||
pic = chnl_pic = NULL;
|
||||
|
Reference in New Issue
Block a user