forked from mia/Aegisub
Append a blank line to the end of the fonts collector log since it clips the bottom few pixels of the last line on windows
Originally committed to SVN as r6675.
This commit is contained in:
parent
79f24a5fb2
commit
87455d7f7e
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ class FontsCollectorThread : public wxThread {
|
|||
|
||||
if (total_size > 32 * 1024 * 1024)
|
||||
AppendText(_("\nOver 32 MB of fonts were copied. Some of the fonts may not be loaded by the player if they are all attached to a Matroska file."), 2);
|
||||
|
||||
AppendText("\n");
|
||||
}
|
||||
|
||||
/// @brief Tell the dialog to add text to the textbox
|
||||
|
|
Loading…
Reference in a new issue