Home
last modified time | relevance | path

Searched refs:_hideEmpty (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_list_box.cpp1123 _hideEmpty = hide; in setHideEmpty()
1135 if (_hideEmpty && !shownRowsCount()) { in labelHeight()
1241 const auto hideAll = !rowsCount && _hideEmpty; in resizeGetHeight()
H A Dpeer_list_box.h800 bool _hideEmpty = false; variable