Customize DividerBar/DividerLabel styles.

This commit is contained in:
John Preston
2025-11-07 12:51:34 +04:00
parent 7331160e22
commit ad300f5eae
26 changed files with 145 additions and 56 deletions

View File

@@ -194,8 +194,7 @@ void PreparedPreviewBox(
container,
tr::lng_bot_share_prepared_about(lt_bot, rpl::single(name)),
st::boxDividerLabel),
st::defaultBoxDividerLabelPadding,
RectPart::Top | RectPart::Bottom)));
st::defaultBoxDividerLabelPadding)));
const auto row = container->add(object_ptr<Ui::VerticalLayout>(
container));