diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-09-10 17:50:40 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-08 19:29:07 +0200 |
commit | d866740fee61bdf1bbbb539bf9856b99e8152d89 (patch) | |
tree | ab3a280d4cb1d006126eaa0c3c3c6aba6a058026 /test/uitests/resizetest.cc | |
parent | 91d9c3c5d3ab466732636c9f1206053f8dcc5742 (diff) |
Fix font resource path.
Diffstat (limited to 'test/uitests/resizetest.cc')
-rw-r--r-- | test/uitests/resizetest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uitests/resizetest.cc b/test/uitests/resizetest.cc index 5ede2b6..8facc61 100644 --- a/test/uitests/resizetest.cc +++ b/test/uitests/resizetest.cc @@ -114,7 +114,7 @@ public: private: bool closing{false}; - GUI::Font font{":font.png"}; + GUI::Font font{":resources/font.png"}; std::pair<std::size_t, std::size_t> reportedSize; std::pair<int, int> reportedPosition; }; |