Skip to content

Commit cde0240

Browse files
authored
Revert "better support for loads of passives" (#328)
1 parent ffffe9e commit cde0240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImprovedUI/Public/Game/GUI/Library/CCLib_k.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2399,8 +2399,8 @@
23992399
<TextBlock x:Name="description" ls:TextBlockFormatter.SourceText="{Binding Description.Text}" Style="{StaticResource PanelDescriptionText}" Margin="0,50,0,0"/>
24002400

24012401
<!-- MOD START - Restrict passive list max height -->
2402-
<ls:LSScrollViewer Style="{StaticResource gameplayPanelScrollViewerStyle}" MaxHeight="1000" MinWidth="840" Height="Auto" VerticalScrollBarVisibility="Auto" Margin="100,50,88,0">
2403-
<ItemsControl ItemsSource="{Binding Passives}" HorizontalAlignment="Center">
2402+
<ls:LSScrollViewer Style="{StaticResource gameplayPanelScrollViewerStyle}" MaxHeight="1000" Height="Auto" VerticalScrollBarVisibility="Auto">
2403+
<ItemsControl ItemsSource="{Binding Passives}" HorizontalAlignment="Center" Margin="-32,32,0,0">
24042404
<ItemsControl.ItemTemplate>
24052405
<DataTemplate DataType="{x:Type ls:VMCharacterCreationPassive}">
24062406
<ContentControl Template="{StaticResource SelectableEnhancement}">

0 commit comments

Comments
 (0)