diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-10 05:01:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-10 05:01:53 +0200 |
commit | 8032c13df9eafd1539112dc6f72eb9e1a695ad31 (patch) | |
tree | 536ac841d8b22d6d7a4e523ae4ba5aa31bdc7764 /include | |
parent | 93e12b893cc4037a748b220d85d6eaa6a64c14b6 (diff) |
Add drop shadow to items
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index 46f4383..0ddcac9 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -28,6 +28,7 @@ namespace QuickMedia { private: sf::Text text; sf::RectangleShape background; + sf::RectangleShape background_shadow; bool show_placeholder; bool updated_search; sf::Clock time_since_search_update; |