mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-10 00:57:57 +00:00
Fixed middle elision in filenames from document views.
This commit is contained in:
parent
e565acba91
commit
7ca4ca21fa
@ -883,6 +883,7 @@ void Document::draw(
|
||||
.outerWidth = width,
|
||||
.availableWidth = namewidth,
|
||||
.elisionLines = 1,
|
||||
.elisionMiddle = true,
|
||||
});
|
||||
_tooltipFilename.setElided(namewidth < named->name.maxWidth());
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3b4db4b98c1341e19cbc7b584a0243b7d6a51510
|
||||
Subproject commit 6f30f7ddb0a684e47ec881f1a83a443bfae09dc3
|
Loading…
Reference in New Issue
Block a user