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 b04a9a1..5abd970 100644
--- a/src/SearchBar.cpp
+++ b/src/SearchBar.cpp
@@ -9,7 +9,7 @@ const sf::Color text_placeholder_color(255, 255, 255, 100);
const sf::Color front_color(55, 60, 68);
const float background_margin_horizontal = 15.0f;
const float background_margin_vertical = 4.0f;
-const float PADDING_HORIZONTAL = 50.0f;
+const float PADDING_HORIZONTAL = 25.0f;
const float padding_vertical = 20.0f;
namespace QuickMedia {