[chore] adjust hyperlink spacing and alignment

This commit is contained in:
dijunkun
2026-03-20 14:47:33 +08:00
parent 4b1b09fd5b
commit 56c0bca62f
2 changed files with 9 additions and 6 deletions

View File

@@ -103,6 +103,7 @@ int Render::UpdateNotificationWindow() {
localization::access_website[localization_language_index_] +
"https://crossdesk.cn";
ImGui::SetWindowFontScale(0.5f);
ImGui::SetCursorPosX(update_notification_window_width * 0.1f);
Hyperlink(download_text, "https://crossdesk.cn",
update_notification_window_width);
ImGui::SetWindowFontScale(1.0f);
@@ -204,4 +205,3 @@ int Render::UpdateNotificationWindow() {
}
} // namespace crossdesk