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) {
|
Widget build(BuildContext context) {
|
||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
title: Center(
|
title: Center(
|
||||||
child: Text("Add New Expense"),
|
child: Text("New Expense"),
|
||||||
),
|
),
|
||||||
content: Form(
|
content: Form(
|
||||||
key: _expenseFormKey,
|
key: _expenseFormKey,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user