mirror of
https://gitlab.com/openlp/openlp-mobile-remote.git
synced 2024-12-22 20:02:53 +00:00
dense list tiles in select service item search
This commit is contained in:
parent
1933c35e81
commit
b1edbcb792
@ -47,6 +47,7 @@ class SelectServiceItemBottomSheet extends StatelessWidget {
|
||||
child: Wrap(
|
||||
children: _serviceItems.map((item) {
|
||||
return ListTile(
|
||||
dense: true,
|
||||
leading: Icon(item.icon),
|
||||
title: Text(AppLocalizations.of(context).translate(item.titleKey)),
|
||||
onTap: () {
|
||||
|
Loading…
Reference in New Issue
Block a user