mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +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
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
@GUI::HorizontalSplitter {
|
||||
fixed_resizee: "Second"
|
||||
opportunistic_resizee: "First"
|
||||
|
||||
@GUI::TextEditor {
|
||||
name: "editor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue