impr: Added better notes to the settings tabs in the pattern editor view

This commit is contained in:
WerWolv
2024-12-23 21:26:22 +01:00
parent a29b502a33
commit 7cc99c6fc9
5 changed files with 69 additions and 55 deletions

View File

@@ -1442,7 +1442,7 @@ namespace hex::ui {
m_jumpToPattern = nullptr;
if (m_favoritesUpdateTask.isRunning()) {
ImGuiExt::TextOverlay("hex.ui.pattern_drawer.updating"_lang, ImGui::GetWindowPos() + ImGui::GetWindowSize() / 2);
ImGuiExt::TextOverlay("hex.ui.pattern_drawer.updating"_lang, ImGui::GetWindowPos() + ImGui::GetWindowSize() / 2, ImGui::GetWindowWidth() * 0.5);
}
}