Added icon to toggle lock in pannel (and fixed icon)

This commit is contained in:
brunoherbelin
2021-01-24 22:18:31 +01:00
parent 0e6ad3e25c
commit e564b63f77
2 changed files with 16 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ MediaPlayer *MediaSource::mediaplayer() const
glm::ivec2 MediaSource::icon() const
{
if (mediaplayer_->isImage())
return glm::ivec2(2, 9);
return glm::ivec2(4, 9);
else
return glm::ivec2(18, 13);
}