diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-31 21:01:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-31 21:01:31 +0200 |
commit | 8a82fa688b4ca27bb96900da97dce0fd870d3a65 (patch) | |
tree | 153e58a35e45215d4e6efa64afc721e30467bce3 /src/gui/ComboBox.cpp | |
parent | 497217a3e09b577f650aaf503356588515067ca8 (diff) |
More style changes
Diffstat (limited to 'src/gui/ComboBox.cpp')
-rw-r--r-- | src/gui/ComboBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ComboBox.cpp b/src/gui/ComboBox.cpp index b96b3ae..00e8bc3 100644 --- a/src/gui/ComboBox.cpp +++ b/src/gui/ComboBox.cpp @@ -95,7 +95,7 @@ namespace gsr { background.set_size(max_size); background.set_color(mgl::Color(0, 0, 0)); } else { - background.set_color(mgl::Color(0, 0, 0, 250)); + background.set_color(mgl::Color(0, 0, 0, 220)); } window.draw(background); |