summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings/FontSettings.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/DisplaySettings/FontSettings.gml')
-rw-r--r--Userland/Applications/DisplaySettings/FontSettings.gml28
1 files changed, 28 insertions, 0 deletions
diff --git a/Userland/Applications/DisplaySettings/FontSettings.gml b/Userland/Applications/DisplaySettings/FontSettings.gml
index 9470bb6a9e..dfcf434397 100644
--- a/Userland/Applications/DisplaySettings/FontSettings.gml
+++ b/Userland/Applications/DisplaySettings/FontSettings.gml
@@ -41,6 +41,34 @@
@GUI::Label {
fixed_width: 100
+ text: "Window title font:"
+ text_alignment: "CenterLeft"
+ }
+
+ @GUI::Label {
+ background_role: "Base"
+ shadow: "Sunken"
+ shape: "Container"
+ thickness: 2
+ fill_with_background_color: true
+ name: "window_title_font_label"
+ }
+
+ @GUI::Button {
+ text: "..."
+ name: "window_title_font_button"
+ fixed_width: 30
+ }
+ }
+
+ @GUI::Widget {
+ preferred_height: "fit"
+ layout: @GUI::HorizontalBoxLayout {
+ spacing: 6
+ }
+
+ @GUI::Label {
+ fixed_width: 100
text: "Fixed-width font:"
text_alignment: "CenterLeft"
}