From 8739d5a6ce4b0e3721e2eea945b8de87183baa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 22 Jul 2021 08:16:03 -0400 Subject: [PATCH] resources: Add layout-bottom and layout-right icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- qgcresources.qrc | 2 ++ resources/layout-bottom.svg | 1 + resources/layout-right.svg | 1 + 3 files changed, 4 insertions(+) create mode 100644 resources/layout-bottom.svg create mode 100644 resources/layout-right.svg diff --git a/qgcresources.qrc b/qgcresources.qrc index 49a66a1..b4ff09a 100644 --- a/qgcresources.qrc +++ b/qgcresources.qrc @@ -26,6 +26,8 @@ resources/JoystickBezel.png resources/JoystickBezelLight.png resources/land.svg + resources/layout-bottom.svg + resources/layout-right.svg resources/LockClosed.svg resources/LockOpen.svg resources/notile.png diff --git a/resources/layout-bottom.svg b/resources/layout-bottom.svg new file mode 100644 index 0000000..9fa2a2f --- /dev/null +++ b/resources/layout-bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/layout-right.svg b/resources/layout-right.svg new file mode 100644 index 0000000..30d5f0d --- /dev/null +++ b/resources/layout-right.svg @@ -0,0 +1 @@ + \ No newline at end of file