1
0
mirror of synced 2025-01-18 00:56:49 +01:00

impr: Indent license information in about page slightly

This commit is contained in:
WerWolv 2024-05-03 21:38:35 +02:00
parent 0f5e125992
commit 49987b8793

View File

@ -743,7 +743,11 @@ namespace hex::plugin::builtin {
}
void ViewAbout::drawLicensePage() {
const auto indentation = 50_scaled;
ImGui::Indent(indentation);
ImGuiExt::TextFormattedWrapped("{}", romfs::get("licenses/LICENSE").string());
ImGui::Unindent(indentation);
}
void ViewAbout::drawAboutPopup() {