aboutsummaryrefslogtreecommitdiff
path: root/src/SearchBar.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-12 03:47:37 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-12 03:47:37 +0200
commitb83e18c475fa68806accf5d5b23aafcc2234e5dc (patch)
treeb4f659c3fa895aa3a579ed4dbf22f9d31558361a /src/SearchBar.cpp
parent1d44ae1b038b6d541bc45d298ba704f8a3fbd559 (diff)
Better drop shadow
Diffstat (limited to 'src/SearchBar.cpp')
-rw-r--r--src/SearchBar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SearchBar.cpp b/src/SearchBar.cpp
index 3fd2296..cb168a9 100644
--- a/src/SearchBar.cpp
+++ b/src/SearchBar.cpp
@@ -42,6 +42,7 @@ namespace QuickMedia {
pos(0.0f, 0.0f),
prev_size(0.0f, 0.0f)
{
+ //background.drop_shadow_enabled = false;
padding_top = padding_top_default;
padding_bottom = padding_bottom_default;
text.setFillColor(text_placeholder_color);