mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 18:19:42 +01:00
Add an icon to the visualisations window.
Update issue #394 Missed that one, thanks :)
This commit is contained in:
parent
cb2588b3a3
commit
f04e4bb6ea
@ -50,6 +50,7 @@ VisualisationContainer::VisualisationContainer(QWidget *parent)
|
|||||||
size_(kDefaultTextureSize)
|
size_(kDefaultTextureSize)
|
||||||
{
|
{
|
||||||
setWindowTitle(tr("Clementine Visualisation"));
|
setWindowTitle(tr("Clementine Visualisation"));
|
||||||
|
setWindowIcon(QIcon(":/icon.png"));
|
||||||
|
|
||||||
// Set up the graphics view
|
// Set up the graphics view
|
||||||
setScene(vis_);
|
setScene(vis_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user