Cleaned-up FImGuiKeyInfoCustomization and fixed padding.

This commit is contained in:
Sebastian 2020-05-10 21:07:38 +01:00
parent 4c3905b348
commit 26f8729604
2 changed files with 1 additions and 5 deletions

View File

@ -137,7 +137,7 @@ namespace
namespace InputConstants namespace InputConstants
{ {
static const FMargin PropertyPadding(2.0f, 0.0f, 2.0f, 0.0f); static const FMargin PropertyPadding(0.0f, 0.0f, 4.0f, 0.0f);
} }
TSharedRef<IPropertyTypeCustomization> FImGuiKeyInfoCustomization::MakeInstance() TSharedRef<IPropertyTypeCustomization> FImGuiKeyInfoCustomization::MakeInstance()

View File

@ -8,10 +8,6 @@
#include <PropertyHandle.h> #include <PropertyHandle.h>
class FDetailWidgetRow;
class IDetailChildrenBuilder;
class IPropertyHandle;
// Property type customization for FImGuiKeyInfo. // Property type customization for FImGuiKeyInfo.
class FImGuiKeyInfoCustomization : public IPropertyTypeCustomization class FImGuiKeyInfoCustomization : public IPropertyTypeCustomization
{ {