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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user