Shorten the title.
This commit is contained in:
parent
66fd966de8
commit
54cd86c34b
@ -65,7 +65,7 @@ class _ExpenseInputDialogState extends State<ExpenseInputDialog> {
|
||||
Widget build(BuildContext context) {
|
||||
return AlertDialog(
|
||||
title: Center(
|
||||
child: Text("Add New Expense"),
|
||||
child: Text("New Expense"),
|
||||
),
|
||||
content: Form(
|
||||
key: _expenseFormKey,
|
||||
|
Loading…
x
Reference in New Issue
Block a user