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

Update submodules to the latest spellcheck.

This commit is contained in:
John Preston
2019-11-02 20:06:47 +03:00
parent 272f2d937b
commit d63e50944a
61 changed files with 198 additions and 409 deletions

View File

@@ -336,8 +336,8 @@ void Rows::mousePressEvent(QMouseEvent *e) {
QRect Rows::menuToggleArea() const {
const auto size = st::topBarSearch.width;
const auto top = (DefaultRowHeight() - size) / 2;
const auto skip = st::boxLayerScroll.width
- st::boxLayerScroll.deltax
const auto skip = st::boxScroll.width
- st::boxScroll.deltax
+ top;
const auto left = width() - skip - size;
return QRect(left, top, size, size);
@@ -1072,7 +1072,7 @@ void LanguageBox::prepare() {
const auto [recent, official] = PrepareLists();
const auto inner = setInnerWidget(
object_ptr<Content>(this, recent, official),
st::boxLayerScroll,
st::boxScroll,
select->height());
inner->resizeToWidth(st::boxWidth);