From c73f9e2632f9614bba748aed857e2a648126a963 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 20 Apr 2017 20:16:48 +0200 Subject: Change resource paths to be relative to the plugingui folder instead of the resources folder. Make rcgen run atomatically to re-generate resource_data.cc if one of the resource files changes. --- plugingui/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/label.h') diff --git a/plugingui/label.h b/plugingui/label.h index 837f6c0..45b4176 100644 --- a/plugingui/label.h +++ b/plugingui/label.h @@ -58,7 +58,7 @@ protected: private: std::string _text; - Font font{":fontemboss.png"}; + Font font{":resources/fontemboss.png"}; TextAlignment alignment{TextAlignment::left}; int border{0}; -- cgit v1.2.3