aboutsummaryrefslogtreecommitdiff
path: root/include/Tabs.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-21 06:25:13 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-21 06:25:17 +0200
commit933ceeabb339cdf0583a8687528941593381a268 (patch)
treee3963cd74eb726a63f6e91f2f22f485fac65084a /include/Tabs.hpp
parentd137dcfa6dd248ffa94e58e7aef4487682bc12dc (diff)
Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEME
Diffstat (limited to 'include/Tabs.hpp')
-rw-r--r--include/Tabs.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Tabs.hpp b/include/Tabs.hpp
index f7c3054..b7d8de6 100644
--- a/include/Tabs.hpp
+++ b/include/Tabs.hpp
@@ -17,7 +17,8 @@ namespace QuickMedia {
class Tabs {
public:
- Tabs(sf::Shader *rounded_rectangle_shader, sf::Color shade_color = sf::Color(33, 37, 44));
+ Tabs(sf::Shader *rounded_rectangle_shader);
+ Tabs(sf::Shader *rounded_rectangle_shader, sf::Color shade_color);
static float get_height();
static float get_shade_height();