mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix grid row assignment in PcmciaInfo.xaml for correct layout rendering
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<Grid RowDefinitions="*, Auto"
|
||||
RowSpacing="8"
|
||||
Margin="8">
|
||||
<Grid Grid.Row="1"
|
||||
<Grid Grid.Row="0"
|
||||
ColumnDefinitions="Auto, *"
|
||||
ColumnSpacing="8">
|
||||
<DataGrid Grid.Column="0"
|
||||
|
||||
Reference in New Issue
Block a user