mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +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.setApplicationMenu([
|
||||||
menubar.Submenu(label: 'Search', children: [
|
menubar.Submenu(label: 'Search', children: [
|
||||||
menubar.MenuItem(
|
menubar.MenuItem(
|
||||||
label: 'Search...',
|
label: 'Search…',
|
||||||
onClicked: () {
|
onClicked: () {
|
||||||
showDialog<void>(
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
@@ -74,7 +74,7 @@ class UnsplashHomePage extends StatelessWidget {
|
|||||||
]),
|
]),
|
||||||
menubar.Submenu(label: 'About', children: [
|
menubar.Submenu(label: 'About', children: [
|
||||||
menubar.MenuItem(
|
menubar.MenuItem(
|
||||||
label: 'About...',
|
label: 'About',
|
||||||
onClicked: () {
|
onClicked: () {
|
||||||
showDialog<void>(
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ class UnsplashHomePage extends StatelessWidget {
|
|||||||
menubar.setApplicationMenu([
|
menubar.setApplicationMenu([
|
||||||
menubar.Submenu(label: 'Search', children: [
|
menubar.Submenu(label: 'Search', children: [
|
||||||
menubar.MenuItem(
|
menubar.MenuItem(
|
||||||
label: 'Search...',
|
label: 'Search…',
|
||||||
onClicked: () {
|
onClicked: () {
|
||||||
showDialog<void>(
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
@@ -77,7 +77,7 @@ class UnsplashHomePage extends StatelessWidget {
|
|||||||
]),
|
]),
|
||||||
menubar.Submenu(label: 'About', children: [
|
menubar.Submenu(label: 'About', children: [
|
||||||
menubar.MenuItem(
|
menubar.MenuItem(
|
||||||
label: 'About...',
|
label: 'About',
|
||||||
onClicked: () {
|
onClicked: () {
|
||||||
showDialog<void>(
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
|
|||||||
Reference in New Issue
Block a user