- osd_setup: introduce g_settings.window_size to scale some windows

* remove g_settings.big_windows
* add setup window (use up/down to change size)
This commit is contained in:
svenhoefer
2013-09-02 20:59:26 +02:00
parent b8ec3b55e6
commit 6ed30528f9
10 changed files with 112 additions and 36 deletions

View File

@@ -438,7 +438,7 @@ struct SNeutrinoSettings
int pip_x;
int pip_y;
int bigFonts;
int big_windows;
int window_size;
int eventlist_additional;
int channellist_additional;
int channellist_epgtext_align_right;