Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.

#jira UE-210415
#rb editor-ui-systems

[CL 33370360 by patrick boutot in ue5-main branch]
This commit is contained in:
patrick boutot
2024-05-01 08:05:39 -04:00
parent d2a9f1bfdc
commit a2b5613488
215 changed files with 12 additions and 281 deletions
@@ -89,8 +89,7 @@ void SBspPalette::Construct( const FArguments& InArgs )
ListViewWidget =
SNew(SBspBuilderListView)
.ListItemsSource(&BspModeModule.GetBspBuilderTypes())
.OnGenerateRow(this, &SBspPalette::MakeListViewWidget)
.ItemHeight(35);
.OnGenerateRow(this, &SBspPalette::MakeListViewWidget);
ChildSlot
[