ui: overlay window base size

* added property in application settings to define a basic width and height that is used when creating new overlay windows.
* fixed crash in tests
This commit is contained in:
malte_langkabel
2016-06-14 15:27:03 +02:00
parent b7ba10e119
commit 98b13ef24d
6 changed files with 22 additions and 6 deletions
@@ -30,6 +30,8 @@
<font_size_min><!-- INTEGER: minimum font size in pt --></font_size_min>
<font_size_std><!-- INTEGER: standard font size in pt --></font_size_std>
<indexer_thread_count><!-- INTEGER: number of threads indexing the source code --></indexer_thread_count>
<window_base_width><!-- INTEGER: initial width of an overlay window --></window_base_width>
<window_base_height><!-- INTEGER: initial height of an overlay window --></window_base_height>
</application>
<code>