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, 0 insertions, 2 deletions
diff --git a/src/SearchBar.cpp b/src/SearchBar.cpp
index ad6f709..e646546 100644
--- a/src/SearchBar.cpp
+++ b/src/SearchBar.cpp
@@ -8,9 +8,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 = 25.0f;
-const float padding_vertical = 20.0f;
namespace QuickMedia {
SearchBar::SearchBar(sf::Font &font, sf::Texture *plugin_logo, const std::string &placeholder, bool input_masked) :