diff options
Diffstat (limited to 'src/SearchBar.cpp')
-rw-r--r-- | src/SearchBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SearchBar.cpp b/src/SearchBar.cpp index e792480..179f1d9 100644 --- a/src/SearchBar.cpp +++ b/src/SearchBar.cpp @@ -127,6 +127,6 @@ namespace QuickMedia { } float SearchBar::getBottom() const { - return background.getPosition().y + background.getSize().y; + return shade.getSize().y + background_shadow.getSize().y; } }
\ No newline at end of file |