mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +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
31 changed files with 21 additions and 21 deletions
|
@ -77,7 +77,7 @@ int main(int argc, char* argv[])
|
|||
applet_window->set_title("ClipboardHistory");
|
||||
applet_window->set_window_type(GUI::WindowType::MenuApplet);
|
||||
auto& icon = applet_window->set_main_widget<GUI::ImageWidget>();
|
||||
icon.load_from_file("/res/icons/clipboard.png");
|
||||
icon.load_from_file("/res/icons/16x16/clipboard.png");
|
||||
icon.set_fill_with_background_color(true);
|
||||
icon.on_click = [& main_window = *main_window] {
|
||||
main_window.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue