UI tweaks of the physics doc link widget (#2259)

Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com>
This commit is contained in:
amzn-sean
2021-07-19 17:25:23 +01:00
committed by GitHub
parent d6acac2dd4
commit b01cd0c788
@@ -21,8 +21,9 @@ namespace PhysX
setTextInteractionFlags(Qt::TextBrowserInteraction);
setOpenExternalLinks(true);
setAlignment(Qt::AlignCenter);
setContentsMargins(60, 15, 60, 15);
setContentsMargins(60, 7, 60, 7);
setWordWrap(true);
setStyleSheet(QString::fromUtf8("background-color: rgb(51, 51, 51);"));
}
}
}