summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings
diff options
context:
space:
mode:
authorEdgar Araújo <edgararaj@gmail.com>2021-03-21 19:42:30 +0000
committerAndreas Kling <kling@serenityos.org>2021-03-29 09:10:23 +0200
commit243d7d9ecf3bef98ec3888b1c18116cb77a19b1d (patch)
treeaae444bf1649773dcecba0dbb954b8a90f68f23d /Userland/Applications/DisplaySettings
parent76d4b2c5a466fd762558133521a3de27e296dfd0 (diff)
downloadserenity-243d7d9ecf3bef98ec3888b1c18116cb77a19b1d.zip
Everywhere: Remove empty {} from GML objects
Diffstat (limited to 'Userland/Applications/DisplaySettings')
-rw-r--r--Userland/Applications/DisplaySettings/DisplaySettingsWindow.gml24
1 files changed, 8 insertions, 16 deletions
diff --git a/Userland/Applications/DisplaySettings/DisplaySettingsWindow.gml b/Userland/Applications/DisplaySettings/DisplaySettingsWindow.gml
index 3cd1407522..26770c7ad0 100644
--- a/Userland/Applications/DisplaySettings/DisplaySettingsWindow.gml
+++ b/Userland/Applications/DisplaySettings/DisplaySettingsWindow.gml
@@ -13,8 +13,7 @@
@GUI::Widget {
shrink_to_fit: true
- layout: @GUI::HorizontalBoxLayout {
- }
+ layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "Wallpaper:"
@@ -37,8 +36,7 @@
@GUI::Widget {
shrink_to_fit: true
- layout: @GUI::HorizontalBoxLayout {
- }
+ layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "Modes:"
@@ -53,8 +51,7 @@
@GUI::Widget {
shrink_to_fit: true
- layout: @GUI::HorizontalBoxLayout {
- }
+ layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "Resolution:"
@@ -67,8 +64,7 @@
fixed_width: 90
}
- @GUI::Widget {
- }
+ @GUI::Widget
@GUI::Label {
text: "Display scale:"
@@ -89,8 +85,7 @@
@GUI::Widget {
shrink_to_fit: true
- layout: @GUI::HorizontalBoxLayout {
- }
+ layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "Color:"
@@ -104,16 +99,13 @@
}
}
- @GUI::Widget {
- }
+ @GUI::Widget
@GUI::Widget {
shrink_to_fit: true
- layout: @GUI::HorizontalBoxLayout {
- }
+ layout: @GUI::HorizontalBoxLayout
- @GUI::Widget {
- }
+ @GUI::Widget
@GUI::Button {
name: "ok_button"