Use smaller font for radio box descriptions

This commit is contained in:
Eric Kotato 2021-04-19 00:30:04 +03:00
parent 1434d2f119
commit d4c1da0b2e

View file

@ -101,10 +101,10 @@ void RadioBox::prepare() {
if (!_description.isEmpty()) {
content->add(
object_ptr<Ui::FlatLabel>(this, _description, st::boxLabel),
object_ptr<Ui::FlatLabel>(this, _description, st::boxDividerLabel),
style::margins(
st::boxPadding.left(),
st::boxPadding.bottom(),
0,
st::boxPadding.right(),
st::boxPadding.bottom()));
}