Remove CenterWrap layout.

This commit is contained in:
John Preston
2025-08-18 17:23:54 +04:00
parent a39c018359
commit 313ae0f86c
63 changed files with 456 additions and 535 deletions
@@ -177,6 +177,7 @@ void CodeInput::setDigitsCountMax(int digitsCount) {
+ st::introCodeDigitSkip * (digitsCount - 1)
+ padding.right(),
st::introCodeDigitHeight);
setNaturalWidth(width());
for (auto i = 0; i < digitsCount; i++) {
const auto widget = Ui::CreateChild<CodeDigit>(this);