mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:27:46 +00:00
Calculator: Use new GML compiler
This commit is contained in:
parent
182126dfda
commit
15a539a5b0
7 changed files with 84 additions and 63 deletions
|
@ -1,4 +1,4 @@
|
|||
@GUI::Widget {
|
||||
@Calculator::CalculatorWidget {
|
||||
fixed_width: 250
|
||||
fixed_height: 215
|
||||
fill_with_background_color: true
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
@GUI::TextBox {
|
||||
name: "entry_textbox"
|
||||
font_type: "FixedWidth"
|
||||
font_fixed_width: true
|
||||
mode: "DisplayOnly"
|
||||
focus_policy: "NoFocus"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue