2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Improve design of locked tags.

This commit is contained in:
John Preston
2024-01-29 17:32:34 +04:00
parent 11cf0486cb
commit 323500f6dd
28 changed files with 34 additions and 13 deletions

View File

@@ -1862,6 +1862,9 @@ void InnerWidget::setSearchedPressed(int pressed) {
}
void InnerWidget::resizeEvent(QResizeEvent *e) {
if (_searchTags) {
_searchTags->resizeToWidth(width() - 2 * _searchTagsLeft);
}
resizeEmptyLabel();
moveCancelSearchButtons();
}