Merge pull request #89 from yaso-meth/QOL--Calculator-Look-and-feel
Delete button change from "Del" to "D"
This commit is contained in:
@@ -19,7 +19,7 @@ class _SimpleCalcState extends State<SimpleCalc> {
|
|||||||
'C',
|
'C',
|
||||||
'(',
|
'(',
|
||||||
')',
|
')',
|
||||||
'Del',
|
'D',
|
||||||
'7',
|
'7',
|
||||||
'8',
|
'8',
|
||||||
'9',
|
'9',
|
||||||
|
|||||||
Reference in New Issue
Block a user