mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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
Notes:
sideshowbarker
2024-07-17 07:14:57 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/commit/45aeba15c8 Pull-request: https://github.com/SerenityOS/serenity/pull/15205
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue