From c3ce56224021eb138de7cf000894220dbe9293be Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Sun, 20 Feb 2022 08:07:31 -0500 Subject: LibGUI+Apps: Let Splitters select which resizee to set fixed This gives Splitters more versatility when the right resizee is intended to remain fixed or be toggled on and off. --- Userland/Applications/CharacterMap/CharacterMapWindow.gml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Userland/Applications/CharacterMap/CharacterMapWindow.gml') diff --git a/Userland/Applications/CharacterMap/CharacterMapWindow.gml b/Userland/Applications/CharacterMap/CharacterMapWindow.gml index d5307b4f90..b2d0933910 100644 --- a/Userland/Applications/CharacterMap/CharacterMapWindow.gml +++ b/Userland/Applications/CharacterMap/CharacterMapWindow.gml @@ -30,6 +30,8 @@ } @GUI::HorizontalSplitter { + fixed_resizee: "Second" + @GUI::Widget { layout: @GUI::VerticalBoxLayout {} -- cgit v1.2.3