From 850958b5bc6017da66fad041dabc6ddd7b8d9f69 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:46:50 +0200 Subject: Simulator: make colors visible on background (#3010) * simulator: color visible on background * add design dimension info to simulator statusbar * update preview when apply font size filter * add info box * preferences: check if stitch_plan is loaded --- icons/info.png | Bin 0 -> 2044 bytes icons/info.svg | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++++ icons/info_dark.png | Bin 0 -> 1948 bytes 3 files changed, 204 insertions(+) create mode 100644 icons/info.png create mode 100644 icons/info.svg create mode 100644 icons/info_dark.png (limited to 'icons') diff --git a/icons/info.png b/icons/info.png new file mode 100644 index 00000000..35d4e94c Binary files /dev/null and b/icons/info.png differ diff --git a/icons/info.svg b/icons/info.svg new file mode 100644 index 00000000..1053b0a3 --- /dev/null +++ b/icons/info.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/icons/info_dark.png b/icons/info_dark.png new file mode 100644 index 00000000..63f6dccf Binary files /dev/null and b/icons/info_dark.png differ -- cgit v1.3.1