Przeglądaj źródła

update limit of elemets shown in each search section

ashilkn 1 rok temu
rodzic
commit
7c86e8f903
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      mobile/lib/core/constants.dart

+ 1 - 1
mobile/lib/core/constants.dart

@@ -67,7 +67,7 @@ const defaultCityRadius = 10.0;
 
 const galleryGridSpacing = 2.0;
 
-const kSearchSectionLimit = 7;
+const kSearchSectionLimit = 9;
 
 const iOSGroupID = "group.io.ente.frame.SlideshowWidget";