Merge pull request #89 from yaso-meth/QOL--Calculator-Look-and-feel
Delete button change from "Del" to "D"
This commit is contained in:
commit
af1258803b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class _SimpleCalcState extends State<SimpleCalc> {
|
|||
'C',
|
||||
'(',
|
||||
')',
|
||||
'Del',
|
||||
'D',
|
||||
'7',
|
||||
'8',
|
||||
'9',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue