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:
@@ -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);"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user