Mercurial > minori
diff src/gui/pages/anime_list.cpp @ 62:4c6dd5999b39
*: update
1. updated animia
2. use widestrings for filesystem on Windows
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:16:06 -0400 |
parents | 0c4138de2ea7 |
children | 3d2decf093bb |
line wrap: on
line diff
--- a/src/gui/pages/anime_list.cpp Fri Sep 29 15:52:31 2023 -0400 +++ b/src/gui/pages/anime_list.cpp Sun Oct 01 06:16:06 2023 -0400 @@ -445,7 +445,7 @@ QHBoxLayout* layout = new QHBoxLayout; layout->addWidget(tree_view); - layout->setMargin(0); + layout->setContentsMargins(0, 0, 0, 0); tree_widget->setLayout(layout); /* Double click stuff */