mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
TextEditor: Set initial widget visibilities from JSON
This commit is contained in:
parent
6fc8dedd28
commit
89822c5ae7
2 changed files with 3 additions and 5 deletions
|
@ -26,13 +26,15 @@
|
|||
},
|
||||
{
|
||||
"class": "Web::InProcessWebView",
|
||||
"name": "webview"
|
||||
"name": "webview",
|
||||
"visible": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"class": "GUI::Widget",
|
||||
"name": "find_replace_widget",
|
||||
"visible": false,
|
||||
"fill_with_background_color": true,
|
||||
"horizontal_size_policy": "Fill",
|
||||
"vertical_size_policy": "Fixed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue