aboutsummaryrefslogtreecommitdiff
path: root/src/SearchBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchBar.cpp')
-rw-r--r--src/SearchBar.cpp2
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