diff options
Diffstat (limited to 'Userland/Applications/FontEditor/FontEditorWindow.gml')
-rw-r--r-- | Userland/Applications/FontEditor/FontEditorWindow.gml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index a1bbf7c9ed..d34470486d 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -59,6 +59,8 @@ } @GUI::HorizontalSplitter { + fixed_resizee: "Second" + @GUI::Widget { layout: @GUI::VerticalBoxLayout {} |