Browse Source

Fix Warps panel

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
2fc0a0589b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Warps.cpp

+ 1
- 1
src/Warps.cpp View File

@@ -131,7 +131,7 @@ struct WarpsWidget : ModuleWidget {
box.size = Vec(15*10, 380);
{
Panel *panel = new LightPanel();
panel->backgroundImage = Image::load(assetPlugin(plugin, "res/Blinds.png"));
panel->backgroundImage = Image::load(assetPlugin(plugin, "res/Warps.png"));
panel->box.size = box.size;
addChild(panel);
}


Loading…
Cancel
Save