mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- strech most windows to full screen
* switchable with existing switch for 'big_windows' * 'big_windows' default is on
This commit is contained in:
@@ -639,7 +639,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
g_settings.screen_height = configfile.getInt32("screen_height", 0);
|
||||
|
||||
g_settings.bigFonts = configfile.getInt32("bigFonts", 0);
|
||||
g_settings.big_windows = configfile.getInt32("big_windows", 0);
|
||||
g_settings.big_windows = configfile.getInt32("big_windows", 1);
|
||||
|
||||
g_settings.remote_control_hardware = configfile.getInt32( "remote_control_hardware", CRCInput::RC_HW_COOLSTREAM);
|
||||
g_settings.audiochannel_up_down_enable = configfile.getBool("audiochannel_up_down_enable", false);
|
||||
|
Reference in New Issue
Block a user