mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 08:20:32 +00:00
Cleaned-up FImGuiKeyInfoCustomization and fixed padding.
This commit is contained in:
parent
4c3905b348
commit
26f8729604
@ -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()
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user