Mercurial > minori
diff src/gui/widgets/anime_button.cc @ 255:fe702c8f161f
*: whatever
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 07 Feb 2024 17:04:06 -0500 |
parents | d14f8e0e40c3 |
children | 862d0d8619f6 |
line wrap: on
line diff
--- a/src/gui/widgets/anime_button.cc Wed Feb 07 07:57:37 2024 -0500 +++ b/src/gui/widgets/anime_button.cc Wed Feb 07 17:04:06 2024 -0500 @@ -46,7 +46,7 @@ _title = new QLabel("", misc_section); _title->setAutoFillBackground(true); _title->setContentsMargins(4, 4, 4, 4); - _title->setStyleSheet("background-color: rgba(0, 245, 25, 25);"); + _title->setStyleSheet("background-color: rgba(0, 245, 25, 50);"); { QFont fnt(_title->font()); fnt.setWeight(QFont::Bold); @@ -54,8 +54,7 @@ } misc_layout->addWidget(_title); - /* need to make a separate "labelled paragraph" for this */ - _info = new TextWidgets::LabelledParagraph(tr("Aired:\nEpisodes:\nGenres:\nProducers:\nScore:\nPopularity:"), "\n\n\n\n", misc_section); + _info = new TextWidgets::LabelledParagraph(tr("Aired:\nEpisodes:\nGenres:\nProducers:\nScore:\nPopularity:"), "\n\n\n\n\n", misc_section); { QFont fnt(_info->GetLabels()->font()); fnt.setWeight(QFont::Bold);