Use renamed functions in stylesheet.

main
sphrose 5 years ago
parent 7276253c42
commit b08643d9da

@ -44,7 +44,7 @@ namespace AzToolsFramework
Q_PROPERTY(bool hasChildRows READ HasChildRows); Q_PROPERTY(bool hasChildRows READ HasChildRows);
Q_PROPERTY(bool isTopLevel READ IsTopLevel); Q_PROPERTY(bool isTopLevel READ IsTopLevel);
Q_PROPERTY(int getLevel READ GetLevel); Q_PROPERTY(int getLevel READ GetLevel);
Q_PROPERTY(bool isSectionSeparator READ IsSectionSeparator); Q_PROPERTY(bool canBeReordered READ CanBeReordered);
Q_PROPERTY(bool appendDefaultLabelToName READ GetAppendDefaultLabelToName WRITE AppendDefaultLabelToName) Q_PROPERTY(bool appendDefaultLabelToName READ GetAppendDefaultLabelToName WRITE AppendDefaultLabelToName)
public: public:
AZ_CLASS_ALLOCATOR(PropertyRowWidget, AZ::SystemAllocator, 0) AZ_CLASS_ALLOCATOR(PropertyRowWidget, AZ::SystemAllocator, 0)

@ -38,7 +38,7 @@ AzToolsFramework--ComponentPaletteWidget > QTreeView
background-color: #222222; background-color: #222222;
} }
AzToolsFramework--PropertyRowWidget[isSectionSeparator="true"] QLabel#Name AzToolsFramework--PropertyRowWidget[canBeReordered="true"] QLabel#Name
{ {
font-weight: bold; font-weight: bold;
} }

Loading…
Cancel
Save