summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/FontPreviewWindow.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/FontEditor/FontPreviewWindow.gml')
-rw-r--r--Userland/Applications/FontEditor/FontPreviewWindow.gml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Applications/FontEditor/FontPreviewWindow.gml b/Userland/Applications/FontEditor/FontPreviewWindow.gml
index b91908d882..9deadc3d50 100644
--- a/Userland/Applications/FontEditor/FontPreviewWindow.gml
+++ b/Userland/Applications/FontEditor/FontPreviewWindow.gml
@@ -8,9 +8,7 @@
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
- shape: "Box"
- shadow: "Sunken"
- thickness: 2
+ style: "SunkenBox"
@GUI::Label {
name: "preview_label"