~aleteoryx/muditaos

769e3c00cfa2916ac47bf5d89e99645289f86237 — Tigran Soghbatyan 4 years ago d370127
[BH-1102] Fix bottom text formatting

Make bottom text as RichText in BellSideListItem
1 files changed, 1 insertions(+), 1 deletions(-)

M module-apps/apps-common/widgets/BellSideListItem.cpp
M module-apps/apps-common/widgets/BellSideListItem.cpp => module-apps/apps-common/widgets/BellSideListItem.cpp +1 -1
@@ 32,7 32,7 @@ namespace gui
        bottomText->setEdges(RectangleEdge::None);
        bottomText->activeItem = false;
        bottomText->setAlignment(Alignment(Alignment::Horizontal::Center, Alignment::Vertical::Center));
        bottomText->setText(description);
        bottomText->setRichText(description);
        bottomText->drawUnderline(false);
    }