This commit is contained in:
Tim Bentley 2018-04-13 20:02:32 +01:00
parent faee3109e5
commit eef1472dd0
3 changed files with 2 additions and 3 deletions

View File

@ -191,7 +191,7 @@ class UiProjectorManager(object):
self.one_toolbar.add_toolbar_action('blank_projector',
text=translate('OpenLP.ProjectorManager',
'Blank selected projector screen'),
icon=':/projector/projector_blank.png',
icon=UiIcons().blank,
tooltip=translate('OpenLP.ProjectorManager',
'Blank selected projector screen'),
triggers=self.on_blank_projector)
@ -277,7 +277,7 @@ class UiProjectorManager(object):
self.blank_action = create_widget_action(self.menu,
text=translate('OpenLP.ProjectorManager',
'&Blank Projector Screen'),
icon=':/projector/projector_blank.png',
icon=UiIcons().blank,
triggers=self.on_blank_projector)
self.show_action = create_widget_action(self.menu,
text=translate('OpenLP.ProjectorManager',

View File

@ -110,7 +110,6 @@
<file>theme_new.png</file>
</qresource>
<qresource prefix="projector">
<file>projector_blank.png</file>
<file>projector_blank_tiled.png</file>
<file>projector_connect.png</file>
<file>projector_connect_tiled.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 B