mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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,
|
||||
separator + rows.join(separator),
|
||||
st::requestPeerRestriction),
|
||||
{ skip, 0, skip, 0 });
|
||||
{ skip, 0, skip, st::membersMarginTop });
|
||||
Settings::AddDivider(raw);
|
||||
}
|
||||
const auto make = [&](tr::phrase<> text) {
|
||||
auto button = raw->add(
|
||||
|
|
Loading…
Add table
Reference in a new issue