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:
parent
c877612211
commit
5a03b326a7
4 changed files with 49 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
}
|
||||
|
||||
@GUI::ToolBarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::ToolBar {
|
||||
name: "toolbar"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue