1
Fork 0
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:
kleines Filmröllchen 2023-05-26 14:17:24 +02:00 committed by Sam Atkins
parent 182126dfda
commit 15a539a5b0
7 changed files with 84 additions and 63 deletions

View file

@ -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"
}