diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-09 00:28:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-09 00:28:17 +0200 |
commit | 1d193407d1cdb25a9f89f549f288bf9dbb84e135 (patch) | |
tree | 20b682a4a9927878df0eb858e93edb713c642f76 /src/main.cpp | |
parent | d0eaffad83db3ecf8023216edf20d23a553342f8 (diff) |
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5050c2a..a6f7dae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -646,7 +646,7 @@ int main(int argc, char **argv) { logo_sprite.set_color(mgl::Color(icon_color.r, icon_color.g, icon_color.b, 0)); logo_sprite.set_height((int)(window_height * 0.4f)); logo_sprite_padding_x = (int)((window_height - logo_sprite.get_size().y) * 0.4f); - padding_between_icon_and_text_x = (int)(logo_sprite_padding_x * 0.5f); + padding_between_icon_and_text_x = (int)(logo_sprite_padding_x * 0.7f); } unsigned char data = 1; // Prefer not being composed to not reduce display fps on AMD when an application is using 100% of GPU |