mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
TextEditor: Tweak 16x16 icon
In keeping with the slightly-higher-contrast theme.
This commit is contained in:
parent
14edd67bcc
commit
bc1ec588f0
Notes:
sideshowbarker
2024-07-19 05:11:09 +09:00
Author: https://github.com/awesomekling
Commit: bc1ec588f0
9 changed files with 6 additions and 6 deletions
|
@ -480,7 +480,7 @@ int main(int argc, char** argv)
|
|||
});
|
||||
|
||||
auto add_editor_action = GUI::Action::create("Add new editor", { Mod_Ctrl | Mod_Alt, Key_E },
|
||||
Gfx::Bitmap::load_from_file("/res/icons/TextEditor16.png"),
|
||||
Gfx::Bitmap::load_from_file("/res/icons/16x16/app-text-editor.png"),
|
||||
[&](auto&) {
|
||||
add_new_editor(*g_text_inner_splitter);
|
||||
update_actions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue