mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
Set the default entry per page in ListPage to 4.
This commit is contained in:
parent
46db44689d
commit
bf82dac4d3
@ -168,7 +168,7 @@ ListPage::ListPage() :
|
||||
WebNode() {
|
||||
|
||||
max_visible_navigation_links = 6;
|
||||
entry_per_page = 1;
|
||||
entry_per_page = 4;
|
||||
}
|
||||
|
||||
ListPage::~ListPage() {
|
||||
|
Loading…
Reference in New Issue
Block a user