From 31dc92dafecc7924d937f10184dff28838c1f69a Mon Sep 17 00:00:00 2001 From: leo78913 Date: Thu, 20 Oct 2022 17:48:57 -0300 Subject: add icons to the instance menu and 4 new icons: delete rename tag export Signed-off-by: leo78913 --- launcher/resources/flat/flat.qrc | 4 ++++ launcher/resources/flat/scalable/delete.svg | 17 +++++++++++++++++ launcher/resources/flat/scalable/export.svg | 16 ++++++++++++++++ launcher/resources/flat/scalable/rename.svg | 17 +++++++++++++++++ launcher/resources/flat/scalable/tag.svg | 17 +++++++++++++++++ 5 files changed, 71 insertions(+) create mode 100644 launcher/resources/flat/scalable/delete.svg create mode 100644 launcher/resources/flat/scalable/export.svg create mode 100644 launcher/resources/flat/scalable/rename.svg create mode 100644 launcher/resources/flat/scalable/tag.svg (limited to 'launcher/resources/flat') diff --git a/launcher/resources/flat/flat.qrc b/launcher/resources/flat/flat.qrc index d2b752b1..7f59da7b 100644 --- a/launcher/resources/flat/flat.qrc +++ b/launcher/resources/flat/flat.qrc @@ -42,5 +42,9 @@ scalable/status-yellow.svg scalable/viewfolder.svg scalable/worlds.svg + scalable/delete.svg + scalable/tag.svg + scalable/export.svg + scalable/rename.svg diff --git a/launcher/resources/flat/scalable/delete.svg b/launcher/resources/flat/scalable/delete.svg new file mode 100644 index 00000000..9f35cd07 --- /dev/null +++ b/launcher/resources/flat/scalable/delete.svg @@ -0,0 +1,17 @@ + + + + + diff --git a/launcher/resources/flat/scalable/export.svg b/launcher/resources/flat/scalable/export.svg new file mode 100644 index 00000000..d715ce94 --- /dev/null +++ b/launcher/resources/flat/scalable/export.svg @@ -0,0 +1,16 @@ + + + + + diff --git a/launcher/resources/flat/scalable/rename.svg b/launcher/resources/flat/scalable/rename.svg new file mode 100644 index 00000000..1f793ca7 --- /dev/null +++ b/launcher/resources/flat/scalable/rename.svg @@ -0,0 +1,17 @@ + + + + diff --git a/launcher/resources/flat/scalable/tag.svg b/launcher/resources/flat/scalable/tag.svg new file mode 100644 index 00000000..7355fbf1 --- /dev/null +++ b/launcher/resources/flat/scalable/tag.svg @@ -0,0 +1,17 @@ + + + + -- cgit