mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: ellipsis char count
This commit is contained in:
parent
6ae9f8e083
commit
32c300ff41
1 changed files with 1 additions and 0 deletions
|
@ -3828,6 +3828,7 @@ void FurnaceGUI::applyUISettings(bool updateFonts) {
|
|||
|
||||
mainFont->FallbackChar='?';
|
||||
mainFont->EllipsisChar='.';
|
||||
mainFont->EllipsisCharCount=3;
|
||||
}
|
||||
|
||||
// TODO: allow changing these colors.
|
||||
|
|
Loading…
Reference in a new issue