From 1d193407d1cdb25a9f89f549f288bf9dbb84e135 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 May 2025 00:28:17 +0200 Subject: Fix spacing in images --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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 -- cgit v1.2.3-70-g09d2