summaryrefslogtreecommitdiff
path: root/plugingui/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/font.h')
-rw-r--r--plugingui/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/font.h b/plugingui/font.h
index 84e1f63..2e3f87a 100644
--- a/plugingui/font.h
+++ b/plugingui/font.h
@@ -36,7 +36,7 @@ namespace GUI {
class Font {
public:
- Font(const std::string& fontfile = ":font.png");
+ Font(const std::string& fontfile = ":resources/font.png");
size_t textWidth(const std::string& text) const;
size_t textHeight(const std::string& text = "") const;