Home
last modified time | relevance | path

Searched refs:_aboveHeight (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.cpp1242 _aboveHeight = 0; in resizeGetHeight()
1250 _aboveHeight = _aboveWidget->height(); in resizeGetHeight()
1260 _aboveHeight = _aboveSearchWidget->height(); in resizeGetHeight()
1286 : _aboveHeight; in resizeGetHeight()
1949 return _aboveHeight + _st.padding.top(); in rowsTop()
H A Dpeer_list_box.h798 int _aboveHeight = 0; variable