ui: Moved welcome screen close button further to the left
This commit is contained in:
parent
0529155faa
commit
0c3fc6f858
@ -325,7 +325,7 @@ namespace hex::plugin::builtin {
|
|||||||
ImGui::EndTable();
|
ImGui::EndTable();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::SetCursorPos(ImVec2(ImGui::GetWindowSize().x - ImGui::CalcTextSize("X").x * 2, 0));
|
ImGui::SetCursorPos(ImVec2(ImGui::GetContentRegionAvail().x, 0));
|
||||||
if (ImGui::Hyperlink("X")) {
|
if (ImGui::Hyperlink("X")) {
|
||||||
auto provider = ImHexApi::Provider::createProvider("hex.builtin.provider.null");
|
auto provider = ImHexApi::Provider::createProvider("hex.builtin.provider.null");
|
||||||
if (provider != nullptr)
|
if (provider != nullptr)
|
||||||
|
Loading…
Reference in New Issue
Block a user