CharacterMap: Allow resizing the unicode block list

Previously we would constrain the unicode block list to a width of 175,
causing it to stick to the splitter when manually resizing.

This patch allows resizing the list properly while retaining the new
width when resizing the window.
This commit is contained in:
networkException 2022-09-11 15:53:06 +02:00 committed by Linus Groh
parent 81f1183e28
commit 45aeba15c8

View file

@ -30,7 +30,7 @@
}
@GUI::HorizontalSplitter {
fixed_resizee: "Second"
opportunistic_resizee: "First"
@GUI::Widget {
layout: @GUI::VerticalBoxLayout {}
@ -59,7 +59,7 @@
}
@GUI::ListView {
max_width: 175
preferred_width: 175
name: "unicode_block_listview"
}
}