summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-06 22:23:13 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-06 22:23:13 +0100
commit80c4d548d420b94b5e0e548c9b0b911108ca5002 (patch)
treea33b6abb40592b448103f2e40d4a137620d5b82e
parent14c4893e44d1d971bc4f4666bcaf6ae3bec57280 (diff)
add contact info
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
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 <aldrik.ramaekers@gmail.com>";
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;