You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Curve Editor: Increase the splitter handle width to make it easier to grab
#jira UE-122033 #rb trivial #ROBOMERGE-SOURCE: CL 17240339 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924) [CL 17240362 by max chen in ue5-release-engine-test branch]
This commit is contained in:
@@ -233,7 +233,7 @@ void SCurveEditorPanel::Construct(const FArguments& InArgs, TSharedRef<FCurveEdi
|
||||
SNew(SSplitter)
|
||||
.Orientation(Orient_Horizontal)
|
||||
.Style(FEditorStyle::Get(), "SplitterDark")
|
||||
.PhysicalSplitterHandleSize(2.0f)
|
||||
.PhysicalSplitterHandleSize(3.0f)
|
||||
|
||||
+ SSplitter::Slot()
|
||||
.Value(InArgs._TreeSplitterWidth)
|
||||
|
||||
Reference in New Issue
Block a user