diff --git a/README.md b/README.md index 1d5596c..d87b45a 100644 --- a/README.md +++ b/README.md @@ -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 ## Roadmap -- Themes +- [Roadmap](https://git.racooncity.org/brotoskyj/CHAMP/projects/1) ## Acknowledgements diff --git a/assets/cogwheel.png b/assets/cogwheel.png new file mode 100644 index 0000000..bb216a7 Binary files /dev/null and b/assets/cogwheel.png differ diff --git a/assets/list.png b/assets/list.png new file mode 100644 index 0000000..27db0c0 Binary files /dev/null and b/assets/list.png differ diff --git a/assets/people.png b/assets/people.png new file mode 100644 index 0000000..b3d2e19 Binary files /dev/null and b/assets/people.png differ diff --git a/assets/trophy.png b/assets/trophy.png new file mode 100644 index 0000000..7e184a5 Binary files /dev/null and b/assets/trophy.png differ diff --git a/assets/wide.png b/assets/wide.png new file mode 100644 index 0000000..11d278b Binary files /dev/null and b/assets/wide.png differ diff --git a/ui/template.slint b/ui/template.slint index d8fd4f3..3fe6654 100644 --- a/ui/template.slint +++ b/ui/template.slint @@ -8,8 +8,8 @@ export { OtherToolCallbacks } from "pages/othertools.slint"; export component MainWindow inherits Window { title: @tr("CHAMP"); - preferred-width: 984px; - preferred-height: 661px; + preferred-width: 584px; + preferred-height: 561px; HorizontalLayout { side-bar := SideBar { title: @tr("Menu");