Mercurial > minori
diff src/gui/pages/statistics.cc @ 83:d02fdf1d6708
*: huuuge update
1. make the now playing page function correctly
2. de-constructorfy many of our custom widgets,
allowing them to be changed on-the-fly from
the Now Playing page
3. ... :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 24 Oct 2023 22:01:02 -0400 |
parents | 9b2b41f83a5e |
children | d5efb81540b3 |
line wrap: on
line diff
--- a/src/gui/pages/statistics.cc Mon Oct 23 13:37:42 2023 -0400 +++ b/src/gui/pages/statistics.cc Tue Oct 24 22:01:02 2023 -0400 @@ -25,7 +25,7 @@ TextWidgets::LabelledSection* anime_list_paragraph = new TextWidgets::LabelledSection( tr("Anime list"), tr("Anime count:\nEpisode count:\nTime spent watching:\nTime to complete:\nAverage score:\nScore deviation:"), - "\n\n\n\n\n\n", this); + "", this); anime_list_data = anime_list_paragraph->GetParagraph(); TextWidgets::LabelledSection* application_paragraph =