diff options
Diffstat (limited to 'plugingui/combobox.h')
-rw-r--r-- | plugingui/combobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/combobox.h b/plugingui/combobox.h index 8946600..778d54c 100644 --- a/plugingui/combobox.h +++ b/plugingui/combobox.h @@ -62,7 +62,7 @@ public: Notifier<std::string, std::string> valueChangedNotifier; private: - 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 |