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:
parent
f6c32ea45e
commit
2440a2f83f
8 changed files with 39 additions and 39 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue