mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47:34 +00:00
Userland: Run gml-format
This brings the existing GML files up to spec with the new requirements
This commit is contained in:
parent
4c451422c3
commit
c8ab45e79f
54 changed files with 259 additions and 253 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "wallpaper_open_button"
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [14, 14, 4]
|
||||
}
|
||||
|
||||
title: "Workspaces"
|
||||
shrink_to_fit: true
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 32
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 76
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
fixed_height: 32
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@GUI::Frame {
|
||||
background_role: "Base"
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
name: "default_font_label"
|
||||
|
@ -49,7 +49,7 @@
|
|||
@GUI::Frame {
|
||||
background_role: "Base"
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
name: "fixed_width_font_label"
|
||||
|
@ -63,5 +63,5 @@
|
|||
}
|
||||
}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
}
|
||||
|
|
|
@ -35,11 +35,11 @@
|
|||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [14, 14, 4]
|
||||
}
|
||||
|
||||
title: "Screen settings"
|
||||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Resolution:"
|
||||
|
@ -65,7 +65,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Display scale:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue