diff options
Diffstat (limited to 'plugingui/listboxthin.h')
-rw-r--r-- | plugingui/listboxthin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/listboxthin.h b/plugingui/listboxthin.h index 539946a..e861745 100644 --- a/plugingui/listboxthin.h +++ b/plugingui/listboxthin.h @@ -66,7 +66,7 @@ public: private: ListBoxBasic basic; - TexturedBox box{getImageCache(), ":thinlistbox.png", + TexturedBox box{getImageCache(), ":resources/thinlistbox.png", 0, 0, // atlas offset (x, y) 1, 1, 1, // dx1, dx2, dx3 1, 1, 1}; // dy1, dy2, dy3 |