Skip to content

Commit

Permalink
Tweak about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras committed Apr 27, 2020
1 parent f6d496e commit 2d618c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions display_app/breezy/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,16 @@ class _BreezyHomePageState extends State<BreezyHomePage>
void _showAbout() {
showAboutDialog(
context: context,
applicationIcon:
Image.asset('assets/breeze_icon_with_background_128x128.png'),
applicationIcon: Image.asset(
'assets/breeze_icon_with_background_128x128.png',
scale: 2),
applicationName: globals.packageInfo.appName,
applicationVersion: globals.packageInfo.version,
applicationLegalese: '© 2020 Bill Foote',
children: [
Column(children: [
SizedBox(height: 20),
Text('Displaying real-time data from'),
Text('Displaying timed data from'),
Text('an embedded controller...'),
SizedBox(height: 4),
Text("It's a breeze with Breezy!"),
Expand Down

0 comments on commit 2d618c1

Please sign in to comment.