1
Fork 0
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:
Andreas Kling 2020-09-14 13:04:53 +02:00
parent 6fc8dedd28
commit 89822c5ae7
2 changed files with 3 additions and 5 deletions

View file

@ -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",