From 80c4d548d420b94b5e0e548c9b0b911108ca5002 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 6 Mar 2024 22:23:13 +0100 Subject: add contact info --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 40874c0..23cf990 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,7 +62,7 @@ static void _ts_create_popups() { ImGui::SetWindowSize({600, 400}); char* name = "Text-Search"; - char* link = "https://github.com/aldrik-ramaekers/text-search"; + char* link = "created by Aldrik Ramaekers "; ImGui::SetCursorPosX((ImGui::GetWindowWidth() - 64) / 2.0f); ImGui::Image((void*)(intptr_t)img_logo.id, {64, 64}); @@ -107,7 +107,7 @@ static void _ts_create_popups() { } } - ImGui::Dummy({0, 70}); + ImGui::Dummy({0, 10}); ImGui::PushStyleVar(ImGuiStyleVar_FrameBorderSize, 1.0f); if (ImGui::Button("Close")) { open_about_window = false; -- cgit v1.2.3-70-g09d2