Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-12-17 00:04:45 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-12-17 00:04:45 +0300
commit87bb0f9dd1dca7890014236c2e3af952e72109e9 (patch)
tree1e684d9408df67a0a243ebc74cfff807195d6aea /src
parentc27d663745cb0479cc0316c2d65b87ebb36d840e (diff)
Fix trash bin icon size
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/Trashbin.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Trashbin.vue b/src/components/AppNavigation/Trashbin.vue
index 5d834540..55564cb0 100644
--- a/src/components/AppNavigation/Trashbin.vue
+++ b/src/components/AppNavigation/Trashbin.vue
@@ -36,7 +36,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
</EmptyContent>
<EmptyContent v-else-if="!items.length">
<template #icon>
- <Delete :size="20" />
+ <Delete :size="64" />
</template>
{{ t('tasks', 'You do not have any deleted calendars, tasks or events.') }}
</EmptyContent>