mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +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: [
|
actions: [
|
||||||
PopupMenuButton(
|
PopupMenuButton(
|
||||||
icon: const Icon(Icons.zoom_in),
|
icon: const Icon(Icons.photo_size_select_large),
|
||||||
tooltip: AppLocalizations.of(context).zoomTooltip,
|
tooltip: AppLocalizations.of(context).zoomTooltip,
|
||||||
itemBuilder: (context) => [
|
itemBuilder: (context) => [
|
||||||
PopupMenuZoom(
|
PopupMenuZoom(
|
||||||
|
|
|
@ -165,7 +165,7 @@ class _ArchiveViewerState extends State<ArchiveViewer>
|
||||||
floating: true,
|
floating: true,
|
||||||
actions: [
|
actions: [
|
||||||
PopupMenuButton(
|
PopupMenuButton(
|
||||||
icon: const Icon(Icons.zoom_in),
|
icon: const Icon(Icons.photo_size_select_large),
|
||||||
tooltip: AppLocalizations.of(context).zoomTooltip,
|
tooltip: AppLocalizations.of(context).zoomTooltip,
|
||||||
itemBuilder: (context) => [
|
itemBuilder: (context) => [
|
||||||
PopupMenuZoom(
|
PopupMenuZoom(
|
||||||
|
|
|
@ -211,7 +211,7 @@ class _HomePhotosState extends State<HomePhotos>
|
||||||
account: widget.account,
|
account: widget.account,
|
||||||
actions: [
|
actions: [
|
||||||
PopupMenuButton(
|
PopupMenuButton(
|
||||||
icon: const Icon(Icons.zoom_in),
|
icon: const Icon(Icons.photo_size_select_large),
|
||||||
tooltip: AppLocalizations.of(context).zoomTooltip,
|
tooltip: AppLocalizations.of(context).zoomTooltip,
|
||||||
itemBuilder: (context) => [
|
itemBuilder: (context) => [
|
||||||
PopupMenuZoom(
|
PopupMenuZoom(
|
||||||
|
|
Loading…
Reference in a new issue