Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwidget.cpp2131 auto mainSectionWidth = width() - dialogsWidth - thirdSectionWidth; in updateControlsGeometry() local
2149 _callTopBar->resizeToWidth(mainSectionWidth); in updateControlsGeometry()
2153 _exportTopBar->resizeToWidth(mainSectionWidth); in updateControlsGeometry()
2157 _player->resizeToWidth(mainSectionWidth); in updateControlsGeometry()
2162 …_history->setGeometryWithTopMoved({ dialogsWidth, mainSectionTop, mainSectionWidth, height() - mai… in updateControlsGeometry()
2164 _hider->setGeometryToLeft(dialogsWidth, 0, mainSectionWidth, height()); in updateControlsGeometry()