fontscaling: new NI default = 105%

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8319e614c3
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-06-23 (Thu, 23 Jun 2016)

Origin message was:
------------------
- fontscaling: new NI default = 105%

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2016-06-23 17:58:13 +02:00
parent 51794c0049
commit a4c9c6ad99

View File

@@ -759,8 +759,8 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.channellist_show_numbers = configfile.getInt32("channellist_show_numbers", 1);
//screen configuration
g_settings.screen_xres = configfile.getInt32("screen_xres", 112); //NI
g_settings.screen_yres = configfile.getInt32("screen_yres", 112); //NI
g_settings.screen_xres = configfile.getInt32("screen_xres", 105); //NI
g_settings.screen_yres = configfile.getInt32("screen_yres", 105); //NI
g_settings.screen_StartX_crt = configfile.getInt32( "screen_StartX_crt", DEFAULT_X_START_SD);
g_settings.screen_StartY_crt = configfile.getInt32( "screen_StartY_crt", DEFAULT_Y_START_SD );
g_settings.screen_EndX_crt = configfile.getInt32( "screen_EndX_crt", DEFAULT_X_END_SD);