From 07eebc494c3655a81ba45522603a9406825a3d0f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 23 Sep 2020 20:28:42 +0200 Subject: Make tabs rounded, readd color to nyaa.si trusted/remake --- src/SearchBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SearchBar.cpp') 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 { -- cgit v1.2.3