Added icon files

This commit is contained in:
brotoskyj
2025-01-29 18:24:37 +00:00
parent e1a5b5c8c1
commit 584be272dd
7 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ CHAMP is a program that allows support staff of enterprise helpdesks to centrall
- Useful tools to other departments in an organization like Cyber Security or Incident Response Teams - Useful tools to other departments in an organization like Cyber Security or Incident Response Teams
## Roadmap ## Roadmap
- Themes - [Roadmap](https://git.racooncity.org/brotoskyj/CHAMP/projects/1)
## Acknowledgements ## Acknowledgements
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+2 -2
View File
@@ -8,8 +8,8 @@ export { OtherToolCallbacks } from "pages/othertools.slint";
export component MainWindow inherits Window { export component MainWindow inherits Window {
title: @tr("CHAMP"); title: @tr("CHAMP");
preferred-width: 984px; preferred-width: 584px;
preferred-height: 661px; preferred-height: 561px;
HorizontalLayout { HorizontalLayout {
side-bar := SideBar { side-bar := SideBar {
title: @tr("Menu"); title: @tr("Menu");