Set the default entry per page in ListPage to 4.

This commit is contained in:
Relintai 2022-02-04 16:15:12 +01:00
parent 46db44689d
commit bf82dac4d3

View File

@ -168,7 +168,7 @@ ListPage::ListPage() :
WebNode() {
max_visible_navigation_links = 6;
entry_per_page = 1;
entry_per_page = 4;
}
ListPage::~ListPage() {