mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-20 13:04:21 -04:00
[EGD-7164] ListViewEngine separation from ListView
ListViewEngine separation from ListView to support different scrolls and body ListViews on Bell.
This commit is contained in:
committed by
Przemysław Brudny
parent
0e5769ca13
commit
f463a75a93
@@ -33,7 +33,7 @@ namespace app::notes
|
||||
return true;
|
||||
}
|
||||
|
||||
unsigned int NotesListModel::getMinimalItemHeight() const
|
||||
unsigned int NotesListModel::getMinimalItemSpaceRequired() const
|
||||
{
|
||||
return style::list::item::Height;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user