1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

TextEditor: Add layout options to View menu

Toolbar, status bar, and ruler can now be toggled on/off and their
settings are saved in ~/.config/TextEditor.ini
This commit is contained in:
thankyouverycool 2021-02-12 12:34:04 -05:00 committed by Andreas Kling
parent c877612211
commit 5a03b326a7
4 changed files with 49 additions and 0 deletions

View file

@ -7,6 +7,8 @@
}
@GUI::ToolBarContainer {
name: "toolbar_container"
@GUI::ToolBar {
name: "toolbar"
}