mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Indent license information in about page slightly
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user