mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Launcher: Add button for FileManager.
This commit is contained in:
parent
e354c08c98
commit
1e8e4e9af2
1 changed files with 5 additions and 2 deletions
|
@ -70,8 +70,11 @@ GWindow* make_launcher_window()
|
||||||
auto* font_editor_button = new LauncherButton("/res/icons/FontEditor.rgb", "/bin/FontEditor", widget);
|
auto* font_editor_button = new LauncherButton("/res/icons/FontEditor.rgb", "/bin/FontEditor", widget);
|
||||||
font_editor_button->move_to(60, 5);
|
font_editor_button->move_to(60, 5);
|
||||||
|
|
||||||
auto* guitest_editor_button = new LauncherButton("/res/icons/generic.rgb", "/bin/guitest", widget);
|
auto* file_manager_button = new LauncherButton("/res/icons/FileManager.rgb", "/bin/FileManager", widget);
|
||||||
guitest_editor_button->move_to(115, 5);
|
file_manager_button->move_to(115, 5);
|
||||||
|
|
||||||
|
auto* guitest_button = new LauncherButton("/res/icons/generic.rgb", "/bin/guitest", widget);
|
||||||
|
guitest_button->move_to(170, 5);
|
||||||
|
|
||||||
return window;
|
return window;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue