summaryrefslogtreecommitdiff
path: root/Userland/Applications/CharacterMap/CharacterMapWindow.gml
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2022-02-20 08:07:31 -0500
committerIdan Horowitz <idan.horowitz@gmail.com>2022-02-23 18:56:22 +0200
commitc3ce56224021eb138de7cf000894220dbe9293be (patch)
treecab0dec13127dc5fec26591e0dd11a5eec722995 /Userland/Applications/CharacterMap/CharacterMapWindow.gml
parent495fd1d2c4ebce338a3bc2b231eea7bc4f7001bd (diff)
downloadserenity-c3ce56224021eb138de7cf000894220dbe9293be.zip
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.
Diffstat (limited to 'Userland/Applications/CharacterMap/CharacterMapWindow.gml')
-rw-r--r--Userland/Applications/CharacterMap/CharacterMapWindow.gml2
1 files changed, 2 insertions, 0 deletions
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 {}