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