Changing material inspector to use indicator icons instead of highlighting modified properties
Added a blank placeholder image to account for changes to indention when indicator icons are active Added parameter to inspector constructor for specifying leaf property indention size Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
+2
-1
@@ -42,7 +42,8 @@ namespace AtomToolsFramework
|
||||
QWidget* parent = {},
|
||||
const AZ::u32 saveStateKey = {},
|
||||
const AzToolsFramework::InstanceDataHierarchy::ValueComparisonFunction& valueComparisonFunction = {},
|
||||
const AzToolsFramework::IndicatorQueryFunction& indicatorQueryFunction = {});
|
||||
const AzToolsFramework::IndicatorQueryFunction& indicatorQueryFunction = {},
|
||||
int leafIndentSize = 16);
|
||||
|
||||
void Refresh() override;
|
||||
void Rebuild() override;
|
||||
|
||||
Reference in New Issue
Block a user