From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/auth/Loginbox/resources/arrow.png | Bin 0 -> 1001 bytes Src/auth/Loginbox/resources/notifierIcons.png | Bin 0 -> 2650 bytes Src/auth/Loginbox/resources/popupBorder.png | Bin 0 -> 1557 bytes Src/auth/Loginbox/resources/selection.png | Bin 0 -> 247 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Src/auth/Loginbox/resources/arrow.png create mode 100644 Src/auth/Loginbox/resources/notifierIcons.png create mode 100644 Src/auth/Loginbox/resources/popupBorder.png create mode 100644 Src/auth/Loginbox/resources/selection.png (limited to 'Src/auth/Loginbox/resources') diff --git a/Src/auth/Loginbox/resources/arrow.png b/Src/auth/Loginbox/resources/arrow.png new file mode 100644 index 00000000..4cc9d964 Binary files /dev/null and b/Src/auth/Loginbox/resources/arrow.png differ diff --git a/Src/auth/Loginbox/resources/notifierIcons.png b/Src/auth/Loginbox/resources/notifierIcons.png new file mode 100644 index 00000000..791cea9d Binary files /dev/null and b/Src/auth/Loginbox/resources/notifierIcons.png differ diff --git a/Src/auth/Loginbox/resources/popupBorder.png b/Src/auth/Loginbox/resources/popupBorder.png new file mode 100644 index 00000000..59078913 Binary files /dev/null and b/Src/auth/Loginbox/resources/popupBorder.png differ diff --git a/Src/auth/Loginbox/resources/selection.png b/Src/auth/Loginbox/resources/selection.png new file mode 100644 index 00000000..2e1a1415 Binary files /dev/null and b/Src/auth/Loginbox/resources/selection.png differ -- cgit