Use smaller font for radio box descriptions
This commit is contained in:
parent
1434d2f119
commit
d4c1da0b2e
1 changed files with 2 additions and 2 deletions
|
|
@ -101,10 +101,10 @@ void RadioBox::prepare() {
|
||||||
|
|
||||||
if (!_description.isEmpty()) {
|
if (!_description.isEmpty()) {
|
||||||
content->add(
|
content->add(
|
||||||
object_ptr<Ui::FlatLabel>(this, _description, st::boxLabel),
|
object_ptr<Ui::FlatLabel>(this, _description, st::boxDividerLabel),
|
||||||
style::margins(
|
style::margins(
|
||||||
st::boxPadding.left(),
|
st::boxPadding.left(),
|
||||||
st::boxPadding.bottom(),
|
0,
|
||||||
st::boxPadding.right(),
|
st::boxPadding.right(),
|
||||||
st::boxPadding.bottom()));
|
st::boxPadding.bottom()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue