FIX:fixed some ui issues

Change-Id: I96f3e3ec56a07a7b5ca4723c92715df58e0baaf6
This commit is contained in:
tao wang 2023-03-22 14:24:37 +08:00 committed by Lane.Wei
parent 7142119f03
commit bf08a0b2e2
4 changed files with 9 additions and 6 deletions

View file

@ -861,7 +861,7 @@ void NotificationManager::ExportFinishedNotification::render_eject_button(ImGuiW
ImGui::PushStyleColor(ImGuiCol_Border, { 0,0,0,0 });
ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, { 8 * scale, 1 * scale });
ImGui::BeginTooltip();
imgui.text(_u8L("Safely remove hardware."));
imgui.text(_L("Safely remove hardware."));
ImGui::EndTooltip();
ImGui::PopStyleColor(2);
ImGui::PopStyleVar();