summaryrefslogtreecommitdiff
path: root/Userland/Applications/MouseSettings/Theme.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/MouseSettings/Theme.gml')
-rw-r--r--Userland/Applications/MouseSettings/Theme.gml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Applications/MouseSettings/Theme.gml b/Userland/Applications/MouseSettings/Theme.gml
index 851f647f17..fe144e01cc 100644
--- a/Userland/Applications/MouseSettings/Theme.gml
+++ b/Userland/Applications/MouseSettings/Theme.gml
@@ -1,13 +1,11 @@
@GUI::Frame {
fill_with_background_color: true
-
layout: @GUI::VerticalBoxLayout {
margins: [10]
}
@GUI::GroupBox {
title: "Available Cursor Themes"
-
layout: @GUI::VerticalBoxLayout {
margins: [6]
spacing: 4
@@ -15,7 +13,6 @@
@GUI::Widget {
shrink_to_fit: true
-
layout: @GUI::HorizontalBoxLayout {
spacing: 8
}