mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Change zoom icon
Looks too similar to the search icon
This commit is contained in:
parent
651508de88
commit
679c0dbae2
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ mixin AlbumViewerMixin<T extends StatefulWidget>
|
|||
),
|
||||
actions: [
|
||||
PopupMenuButton(
|
||||
icon: const Icon(Icons.zoom_in),
|
||||
icon: const Icon(Icons.photo_size_select_large),
|
||||
tooltip: AppLocalizations.of(context).zoomTooltip,
|
||||
itemBuilder: (context) => [
|
||||
PopupMenuZoom(
|
||||
|
|
|
@ -165,7 +165,7 @@ class _ArchiveViewerState extends State<ArchiveViewer>
|
|||
floating: true,
|
||||
actions: [
|
||||
PopupMenuButton(
|
||||
icon: const Icon(Icons.zoom_in),
|
||||
icon: const Icon(Icons.photo_size_select_large),
|
||||
tooltip: AppLocalizations.of(context).zoomTooltip,
|
||||
itemBuilder: (context) => [
|
||||
PopupMenuZoom(
|
||||
|
|
|
@ -211,7 +211,7 @@ class _HomePhotosState extends State<HomePhotos>
|
|||
account: widget.account,
|
||||
actions: [
|
||||
PopupMenuButton(
|
||||
icon: const Icon(Icons.zoom_in),
|
||||
icon: const Icon(Icons.photo_size_select_large),
|
||||
tooltip: AppLocalizations.of(context).zoomTooltip,
|
||||
itemBuilder: (context) => [
|
||||
PopupMenuZoom(
|
||||
|
|
Loading…
Reference in a new issue