mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:07:44 +00:00
Calculator: Use numeric InputBox for digit rounding and shrinking
Calc was using a bespoke SpinBox dialog which is no longer necessary.
This commit is contained in:
parent
a55d2be147
commit
8d86f2e69f
4 changed files with 9 additions and 109 deletions
|
@ -9,7 +9,6 @@ set(SOURCES
|
|||
main.cpp
|
||||
Calculator.cpp
|
||||
CalculatorWidget.cpp
|
||||
RoundingDialog.cpp
|
||||
Keypad.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue