summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FontPickerDialog.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/FontPickerDialog.gml')
-rw-r--r--Userland/Libraries/LibGUI/FontPickerDialog.gml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGUI/FontPickerDialog.gml b/Userland/Libraries/LibGUI/FontPickerDialog.gml
index 8f45fb0627..91bea2baa9 100644
--- a/Userland/Libraries/LibGUI/FontPickerDialog.gml
+++ b/Userland/Libraries/LibGUI/FontPickerDialog.gml
@@ -53,6 +53,10 @@
fixed_height: 16
}
+ @GUI::SpinBox {
+ name: "size_spin_box"
+ }
+
@GUI::ListView {
name: "size_list_view"
}