mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
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:
parent
81f1183e28
commit
45aeba15c8
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::HorizontalSplitter {
|
@GUI::HorizontalSplitter {
|
||||||
fixed_resizee: "Second"
|
opportunistic_resizee: "First"
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
layout: @GUI::VerticalBoxLayout {}
|
layout: @GUI::VerticalBoxLayout {}
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::ListView {
|
@GUI::ListView {
|
||||||
max_width: 175
|
preferred_width: 175
|
||||||
name: "unicode_block_listview"
|
name: "unicode_block_listview"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue