mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Remove fixed height from DataGrid in ImageInfo view for better responsiveness
This commit is contained in:
@@ -159,7 +159,6 @@
|
||||
<DataGrid ItemsSource="{Binding Sessions, Mode=OneWay}"
|
||||
IsVisible="{Binding !!Sessions.Count, Mode=OneWay}"
|
||||
IsReadOnly="True"
|
||||
Height="400"
|
||||
VerticalAlignment="Stretch"
|
||||
HorizontalAlignment="Stretch" Margin="8">
|
||||
<DataGrid.Columns>
|
||||
@@ -253,7 +252,6 @@
|
||||
<DataGrid ItemsSource="{Binding Tracks, Mode=OneWay}"
|
||||
IsVisible="{Binding !!Tracks.Count, Mode=OneWay}"
|
||||
IsReadOnly="True"
|
||||
Height="400"
|
||||
VerticalAlignment="Stretch"
|
||||
HorizontalAlignment="Stretch" Margin="8">
|
||||
<DataGrid.Columns>
|
||||
|
||||
Reference in New Issue
Block a user