You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Better spacing on DPI scaler control in the Widget Reflector.
[CL 2239454 by Nick Atamas in Main branch]
This commit is contained in:
@@ -34,15 +34,15 @@ void SWidgetReflector::Construct( const FArguments& InArgs )
|
||||
]
|
||||
|
||||
+ SHorizontalBox::Slot()
|
||||
.AutoWidth()
|
||||
[
|
||||
SNew(SSpinBox<float>)
|
||||
.Value(this, &SWidgetReflector::HandleAppScaleSliderValue)
|
||||
.MinValue(0.1f)
|
||||
.MaxValue(3.0f)
|
||||
.Delta(0.01f)
|
||||
.OnValueChanged(this, &SWidgetReflector::HandleAppScaleSliderChanged)
|
||||
]
|
||||
.MaxWidth(250)
|
||||
[
|
||||
SNew(SSpinBox<float>)
|
||||
.Value(this, &SWidgetReflector::HandleAppScaleSliderValue)
|
||||
.MinValue(0.1f)
|
||||
.MaxValue(3.0f)
|
||||
.Delta(0.01f)
|
||||
.OnValueChanged(this, &SWidgetReflector::HandleAppScaleSliderChanged)
|
||||
]
|
||||
]
|
||||
|
||||
+ SVerticalBox::Slot()
|
||||
|
||||
Reference in New Issue
Block a user