mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Photo search: minor menu item text cleanup (#997)
This commit is contained in:
@@ -62,7 +62,7 @@ class UnsplashHomePage extends StatelessWidget {
|
||||
menubar.setApplicationMenu([
|
||||
menubar.Submenu(label: 'Search', children: [
|
||||
menubar.MenuItem(
|
||||
label: 'Search...',
|
||||
label: 'Search…',
|
||||
onClicked: () {
|
||||
showDialog<void>(
|
||||
context: context,
|
||||
@@ -74,7 +74,7 @@ class UnsplashHomePage extends StatelessWidget {
|
||||
]),
|
||||
menubar.Submenu(label: 'About', children: [
|
||||
menubar.MenuItem(
|
||||
label: 'About...',
|
||||
label: 'About',
|
||||
onClicked: () {
|
||||
showDialog<void>(
|
||||
context: context,
|
||||
|
||||
@@ -65,7 +65,7 @@ class UnsplashHomePage extends StatelessWidget {
|
||||
menubar.setApplicationMenu([
|
||||
menubar.Submenu(label: 'Search', children: [
|
||||
menubar.MenuItem(
|
||||
label: 'Search...',
|
||||
label: 'Search…',
|
||||
onClicked: () {
|
||||
showDialog<void>(
|
||||
context: context,
|
||||
@@ -77,7 +77,7 @@ class UnsplashHomePage extends StatelessWidget {
|
||||
]),
|
||||
menubar.Submenu(label: 'About', children: [
|
||||
menubar.MenuItem(
|
||||
label: 'About...',
|
||||
label: 'About',
|
||||
onClicked: () {
|
||||
showDialog<void>(
|
||||
context: context,
|
||||
|
||||
Reference in New Issue
Block a user