* added property in application settings to define a basic width and height that is used when creating new overlay windows. * fixed crash in tests
15 lines
457 B
XML
15 lines
457 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<config>
|
|
<application>
|
|
<indexer_thread_count>4</indexer_thread_count>
|
|
<window_base_width>500</window_base_width>
|
|
<window_base_height>500</window_base_height>
|
|
</application>
|
|
<user>
|
|
<recent_projects>
|
|
<recent_project>./data/projects/tutorial/tutorial.coatiproject</recent_project>
|
|
<recent_project>./data/projects/tictactoe/tictactoe.coatiproject</recent_project>
|
|
</recent_projects>
|
|
</user>
|
|
</config>
|