mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-28 16:12:08 -05:00
UI: Fix formatting
This commit is contained in:
@@ -1501,8 +1501,9 @@ void OBSPropertiesView::AddProperty(obs_property_t *property,
|
||||
widget->setEnabled(false);
|
||||
|
||||
if (obs_property_long_description(property)) {
|
||||
QString file = !App()->IsThemeDark() ? ":/res/images/help.svg"
|
||||
: ":/res/images/help_light.svg";
|
||||
QString file = !App()->IsThemeDark()
|
||||
? ":/res/images/help.svg"
|
||||
: ":/res/images/help_light.svg";
|
||||
if (label) {
|
||||
QString lStr = "<html>%1 <img src='%2' style=' \
|
||||
vertical-align: bottom; \
|
||||
|
||||
Reference in New Issue
Block a user