mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
Applications+DevTools: Remove fixed sizes from Splitters
And adjust some GML properties. Since a808cfa
, splitters grow
opportunistically. Setting them to fixed sizes now quite literally
fixes them in place. Fixes immovable splitters missed in the
aforementioned commit.
This commit is contained in:
parent
6cedb1b9d9
commit
cce9172cd4
8 changed files with 18 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
@GUI::HorizontalSplitter {
|
||||
@GUI::TreeView {
|
||||
name: "mailbox_list"
|
||||
fixed_width: 250
|
||||
preferred_width: 250
|
||||
}
|
||||
|
||||
@GUI::VerticalSplitter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue