mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +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
Notes:
sideshowbarker
2024-07-19 17:29:51 +09:00
Author: https://github.com/thankyouverycool 🔰
Commit: 5a03b326a7
Pull-request: https://github.com/SerenityOS/serenity/pull/5313
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