summaryrefslogtreecommitdiff
path: root/Userland/Applications/MouseSettings
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-07-20 22:51:45 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-20 22:51:45 +0200
commita19a40d6d3d6dfa9f833dc92c3306216e2d72c62 (patch)
tree7fc5ec2f0f1788dfa307311d5b96b30c060370e8 /Userland/Applications/MouseSettings
parent81e65600090726704610968fcdfa4a2ec099285c (diff)
downloadserenity-a19a40d6d3d6dfa9f833dc92c3306216e2d72c62.zip
MouseSettings: Further tweaks to margins and spacing :^)
Diffstat (limited to 'Userland/Applications/MouseSettings')
-rw-r--r--Userland/Applications/MouseSettings/MouseSettingsWindow.gml20
1 files changed, 17 insertions, 3 deletions
diff --git a/Userland/Applications/MouseSettings/MouseSettingsWindow.gml b/Userland/Applications/MouseSettings/MouseSettingsWindow.gml
index 2ac829a11f..93e3b68949 100644
--- a/Userland/Applications/MouseSettings/MouseSettingsWindow.gml
+++ b/Userland/Applications/MouseSettings/MouseSettingsWindow.gml
@@ -1,5 +1,6 @@
@GUI::Frame {
fill_with_background_color: true
+
layout: @GUI::VerticalBoxLayout {
margins: [10, 10, 10, 10]
spacing: 5
@@ -11,11 +12,11 @@
layout: @GUI::VerticalBoxLayout {
margins: [8, 16, 8, 8]
+ spacing: 2
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
- margins: [8, 8, 8, 8]
spacing: 16
}
@@ -33,6 +34,11 @@
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
+ spacing: 16
+ }
+
+ @GUI::Widget {
+ fixed_width: 32
}
@GUI::HorizontalSlider {
@@ -55,11 +61,11 @@
layout: @GUI::VerticalBoxLayout {
margins: [8, 16, 8, 8]
+ spacing: 2
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
- margins: [8, 8, 8, 8]
spacing: 16
}
@@ -77,10 +83,12 @@
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
+ margins: [8, 8, 8, 8]
spacing: 8
}
@GUI::Widget {
+ fixed_width: 32
}
@GUI::Label {
@@ -107,11 +115,11 @@
layout: @GUI::VerticalBoxLayout {
margins: [8, 16, 8, 8]
+ spacing: 2
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
- margins: [8, 8, 8, 8]
spacing: 16
}
@@ -129,6 +137,12 @@
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout {
+ margins: [8, 8, 8, 8]
+ spacing: 8
+ }
+
+ @GUI::Widget {
+ fixed_width: 32
}
@GUI::HorizontalSlider {