mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
Base: Move 16x16 common icons to /res/icons/16x16/
Drops the '16' suffix from filenames. Resizes inconsistent audio-volume icons to intended size.
This commit is contained in:
parent
0bb2025b69
commit
ebba297b42
Notes:
sideshowbarker
2024-07-19 03:05:49 +09:00
Author: https://github.com/thankyouverycool
Commit: ebba297b42
Pull-request: https://github.com/SerenityOS/serenity/pull/3317
31 changed files with 21 additions and 21 deletions
|
@ -392,7 +392,7 @@ void Editor::clear_execution_position()
|
|||
|
||||
const Gfx::Bitmap& Editor::breakpoint_icon_bitmap()
|
||||
{
|
||||
static auto bitmap = Gfx::Bitmap::load_from_file("/res/icons/breakpoint.png");
|
||||
static auto bitmap = Gfx::Bitmap::load_from_file("/res/icons/16x16/breakpoint.png");
|
||||
return *bitmap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue