Photo search: minor menu item text cleanup (#997)

pull/1013/head
Chris Bracken 4 years ago committed by GitHub
parent 9720e2698b
commit 8c48dcdd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save