1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:37:35 +00:00

TerminalSettings: Port to GML Compiler

This commit is contained in:
Mr.UNIX 2024-01-18 15:07:55 +01:00 committed by Tim Schumacher
parent f6c32ea45e
commit 2440a2f83f
8 changed files with 39 additions and 39 deletions

View file

@ -1,4 +1,4 @@
@GUI::Widget {
@TerminalSettings::ViewWidget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
@ -27,7 +27,7 @@
@GUI::Label {
background_role: "Base"
style: "SunkenContainer"
frame_style: "SunkenContainer"
fill_with_background_color: true
name: "terminal_font_label"
}
@ -111,7 +111,6 @@
name: "history_size_spinbox"
min: 0
max: 40960
orientation: "Horizontal"
preferred_width: 100
}