File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ void config_read(void)
262262 config_debug.dis_replace_labels = read_bool (" Debug" , " DisReplaceLabels" , true );
263263 config_debug.dis_look_ahead_count = read_int (" Debug" , " DisLookAheadCount" , 20 );
264264 config_debug.font_size = read_int (" Debug" , " FontSize" , 0 );
265- config_debug.scale = read_int (" Debug" , " Scale" , 1 );
265+ config_debug.scale = read_int (" Debug" , " Scale" , 2 );
266266 config_debug.multi_viewport = read_bool (" Debug" , " MultiViewport" , false );
267267 config_debug.single_instance = read_bool (" Debug" , " SingleInstance" , false );
268268 config_debug.auto_debug_settings = read_bool (" Debug" , " AutoDebugSettings" , false );
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ struct config_Debug
235235 bool dis_replace_labels = true ;
236236 int dis_look_ahead_count = 20 ;
237237 int font_size = 0 ;
238- int scale = 1 ;
238+ int scale = 2 ;
239239 bool multi_viewport = false ;
240240 bool single_instance = false ;
241241 bool auto_debug_settings = false ;
You can’t perform that action at this time.
0 commit comments