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:
@@ -766,7 +766,7 @@ SetupChannelBox::SetupChannelBox(
|
||||
st::defaultBoxCheckbox)
|
||||
, _aboutPublicWidth(st::boxWideWidth
|
||||
- st::boxPadding.left()
|
||||
- st::boxButtonPadding.right()
|
||||
- st::defaultBox.buttonPadding.right()
|
||||
- st::newGroupPadding.left()
|
||||
- st::defaultRadio.diameter
|
||||
- st::defaultBoxCheckbox.textPosition.x())
|
||||
@@ -1345,7 +1345,7 @@ void RevokePublicLinkBox::prepare() {
|
||||
if (callback) {
|
||||
callback();
|
||||
}
|
||||
}), st::boxLayerScroll, _innerTop);
|
||||
}), st::boxScroll, _innerTop);
|
||||
|
||||
addButton(tr::lng_cancel(), [=] { closeBox(); });
|
||||
|
||||
|
Reference in New Issue
Block a user