summaryrefslogtreecommitdiff
path: root/plugingui/tabwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/tabwidget.h')
-rw-r--r--plugingui/tabwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/tabwidget.h b/plugingui/tabwidget.h
index d35550f..ca96dc2 100644
--- a/plugingui/tabwidget.h
+++ b/plugingui/tabwidget.h
@@ -58,12 +58,12 @@ private:
std::list<TabButton> buttons;
StackedWidget stack;
- TexturedBox topbar{getImageCache(), ":topbar.png",
+ TexturedBox topbar{getImageCache(), ":resources/topbar.png",
0, 0, // atlas offset (x, y)
1, 1, 1, // dx1, dx2, dx3
17, 1, 1}; // dy1, dy2, dy3
- Texture toplogo{getImageCache(), ":toplogo.png",
+ Texture toplogo{getImageCache(), ":resources/toplogo.png",
0, 0, // atlas offset (x, y)
95, 17}; // width, height
};