mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
HackStudio: Draw a brownish frame around the current editor widget
Also make the editor filename label bold only for the current editor.
This commit is contained in:
parent
e2d7f585da
commit
e2c74762ff
Notes:
sideshowbarker
2024-07-19 11:31:02 +09:00
Author: https://github.com/awesomekling
Commit: e2c74762ff
4 changed files with 50 additions and 2 deletions
|
@ -15,6 +15,8 @@ public:
|
|||
|
||||
GLabel& filename_label() { return *m_filename_label; }
|
||||
|
||||
void set_editor_has_focus(Badge<Editor>, bool);
|
||||
|
||||
private:
|
||||
explicit EditorWrapper(GWidget* parent = nullptr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue