mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Added splitter controls between supply crate grids
This commit is contained in:
parent
9ddf8465cb
commit
27a7673ed4
1 changed files with 20 additions and 7 deletions
|
|
@ -5088,10 +5088,15 @@
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition MinHeight="200"/>
|
<RowDefinition Height="200" MinHeight="200"/>
|
||||||
<RowDefinition MinHeight="200"/>
|
<RowDefinition/>
|
||||||
<RowDefinition MinHeight="200"/>
|
<RowDefinition Height="200" MinHeight="200"/>
|
||||||
<RowDefinition MinHeight="200"/>
|
<RowDefinition/>
|
||||||
|
<RowDefinition Height="200" MinHeight="200"/>
|
||||||
|
<RowDefinition/>
|
||||||
|
<RowDefinition Height="200" MinHeight="200"/>
|
||||||
|
<RowDefinition/>
|
||||||
|
<RowDefinition Height="1" MinHeight="1"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition />
|
<ColumnDefinition />
|
||||||
|
|
@ -5260,7 +5265,9 @@
|
||||||
</DataGrid>
|
</DataGrid>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
|
|
||||||
<GroupBox Grid.Row="3" Grid.Column="0" HorizontalAlignment="Stretch" Style="{StaticResource GroupBoxStyle}">
|
<GridSplitter Grid.Row="3" Grid.Column="0" Height="5" ShowsPreview="True" HorizontalAlignment="Stretch" VerticalAlignment="Center" Opacity="0"/>
|
||||||
|
|
||||||
|
<GroupBox Grid.Row="4" Grid.Column="0" HorizontalAlignment="Stretch" Style="{StaticResource GroupBoxStyle}">
|
||||||
<GroupBox.Header>
|
<GroupBox.Header>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<Label Content="{DynamicResource ServerSettings_SupplyCrate_ItemSetsLabel}"/>
|
<Label Content="{DynamicResource ServerSettings_SupplyCrate_ItemSetsLabel}"/>
|
||||||
|
|
@ -5372,7 +5379,9 @@
|
||||||
</DataGrid>
|
</DataGrid>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
|
|
||||||
<GroupBox Grid.Row="4" Grid.Column="0" HorizontalAlignment="Stretch" Style="{StaticResource GroupBoxStyle}">
|
<GridSplitter Grid.Row="5" Grid.Column="0" Height="5" ShowsPreview="True" HorizontalAlignment="Stretch" VerticalAlignment="Center" Opacity="0"/>
|
||||||
|
|
||||||
|
<GroupBox Grid.Row="6" Grid.Column="0" HorizontalAlignment="Stretch" Style="{StaticResource GroupBoxStyle}">
|
||||||
<GroupBox.Header>
|
<GroupBox.Header>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<Label Content="{DynamicResource ServerSettings_SupplyCrate_ItemSetEntriesLabel}"/>
|
<Label Content="{DynamicResource ServerSettings_SupplyCrate_ItemSetEntriesLabel}"/>
|
||||||
|
|
@ -5496,7 +5505,9 @@
|
||||||
</DataGrid>
|
</DataGrid>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
|
|
||||||
<GroupBox Grid.Row="5" Grid.Column="0" HorizontalAlignment="Stretch" Style="{StaticResource GroupBoxStyle}">
|
<GridSplitter Grid.Row="7" Grid.Column="0" Height="5" ShowsPreview="True" HorizontalAlignment="Stretch" VerticalAlignment="Center" Opacity="0"/>
|
||||||
|
|
||||||
|
<GroupBox Grid.Row="8" Grid.Column="0" HorizontalAlignment="Stretch" Style="{StaticResource GroupBoxStyle}">
|
||||||
<GroupBox.Header>
|
<GroupBox.Header>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<Label Content="{DynamicResource ServerSettings_SupplyCrate_ItemsLabel}"/>
|
<Label Content="{DynamicResource ServerSettings_SupplyCrate_ItemsLabel}"/>
|
||||||
|
|
@ -5576,6 +5587,8 @@
|
||||||
</DataGrid.Columns>
|
</DataGrid.Columns>
|
||||||
</DataGrid>
|
</DataGrid>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
|
|
||||||
|
<GridSplitter Grid.Row="9" Grid.Column="0" Height="5" ShowsPreview="True" HorizontalAlignment="Stretch" VerticalAlignment="Center" Opacity="0"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Expander>
|
</Expander>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue