impr: Indent license information in about page slightly
This commit is contained in:
parent
0f5e125992
commit
49987b8793
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user