mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Add divider below choosing chat requirements list.
This commit is contained in:
parent
2886ae6909
commit
514b2a55be
1 changed files with 2 additions and 1 deletions
|
@ -364,7 +364,8 @@ void ChoosePeerBoxController::prepareRestrictions() {
|
||||||
raw,
|
raw,
|
||||||
separator + rows.join(separator),
|
separator + rows.join(separator),
|
||||||
st::requestPeerRestriction),
|
st::requestPeerRestriction),
|
||||||
{ skip, 0, skip, 0 });
|
{ skip, 0, skip, st::membersMarginTop });
|
||||||
|
Settings::AddDivider(raw);
|
||||||
}
|
}
|
||||||
const auto make = [&](tr::phrase<> text) {
|
const auto make = [&](tr::phrase<> text) {
|
||||||
auto button = raw->add(
|
auto button = raw->add(
|
||||||
|
|
Loading…
Add table
Reference in a new issue