Delete button change from "Del" to "D"
This commit is contained in:
parent
79ae190f6f
commit
16d7c49f05
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class _SimpleCalcState extends State<SimpleCalc> {
|
||||||
'C',
|
'C',
|
||||||
'(',
|
'(',
|
||||||
')',
|
')',
|
||||||
'Del',
|
'D',
|
||||||
'7',
|
'7',
|
||||||
'8',
|
'8',
|
||||||
'9',
|
'9',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue