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"
|
<Grid RowDefinitions="*, Auto"
|
||||||
RowSpacing="8"
|
RowSpacing="8"
|
||||||
Margin="8">
|
Margin="8">
|
||||||
<Grid Grid.Row="1"
|
<Grid Grid.Row="0"
|
||||||
ColumnDefinitions="Auto, *"
|
ColumnDefinitions="Auto, *"
|
||||||
ColumnSpacing="8">
|
ColumnSpacing="8">
|
||||||
<DataGrid Grid.Column="0"
|
<DataGrid Grid.Column="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user