From 753a8946c31c835341fe8ac2474bc3ca2fb29a19 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 4 Aug 2018 22:01:15 +0100 Subject: [PATCH] fix icons --- openlp/core/ui/icons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/ui/icons.py b/openlp/core/ui/icons.py index 77adb06e2..19f499c7a 100644 --- a/openlp/core/ui/icons.py +++ b/openlp/core/ui/icons.py @@ -88,7 +88,7 @@ class UiIcons(object): 'default': {'icon': 'fa.info-circle'}, 'desktop': {'icon': 'fa.desktop'}, 'delete': {'icon': 'fa.trash'}, - 'download': {'icon': 'fa.cloud-download'}, + 'download': {'icon': 'fa.download'}, 'edit': {'icon': 'fa.edit'}, 'email': {'icon': 'fa.envelope'}, 'error': {'icon': 'fa.exclamation', 'attr': 'red'}, @@ -150,7 +150,7 @@ class UiIcons(object): 'theme': {'icon': 'fa.paint-brush'}, 'top': {'icon': 'fa.angle-double-up'}, 'undo': {'icon': 'fa.undo'}, - 'upload': {'icon': 'fa.cloud-upload'}, + 'upload': {'icon': 'fa.upload'}, 'user': {'icon': 'fa.user'}, 'usermo': {'icon': 'op.users'}, 'users': {'icon': 'fa.users'},