diff options
Diffstat (limited to 'plugingui/textedit.h')
-rw-r--r-- | plugingui/textedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/textedit.h b/plugingui/textedit.h index 9ca0301..81e00b8 100644 --- a/plugingui/textedit.h +++ b/plugingui/textedit.h @@ -65,7 +65,7 @@ protected: private: void scrolled(int value); - 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 |