aboutsummaryrefslogtreecommitdiff
path: root/src/SearchBar.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-25 00:03:35 +0100
committerdec05eba <dec05eba@protonmail.com>2021-03-25 00:03:35 +0100
commitcf19ee36c326f89ebd1835a8dbdae07e56fb4043 (patch)
treea2499f8b104fcac724b1ffdd5a75991fb53f8964 /src/SearchBar.cpp
parent5756acdbf1a2679db8db91d873f57eeb2387c32f (diff)
4chan: fix crash when posting a reply
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 df7d951..676618a 100644
--- a/src/SearchBar.cpp
+++ b/src/SearchBar.cpp
@@ -48,7 +48,7 @@ namespace QuickMedia {
//background.setCornersRadius(5);
background_shadow.setFillColor(sf::Color(23, 25, 27));
//background_shadow.setPosition(background.getPosition() + sf::Vector2f(5.0f, 5.0f));
- shade.setFillColor(sf::Color(31, 35, 41));
+ shade.setFillColor(sf::Color(33, 37, 44));
//background.setOutlineThickness(1.0f);
//background.setOutlineColor(sf::Color(13, 15, 17));
if(plugin_logo && plugin_logo->getNativeHandle() != 0)