diff --git a/Aaru.Gui/Views/Windows/MediaDump.xaml b/Aaru.Gui/Views/Windows/MediaDump.xaml
index 28972dd57..ce13966d8 100644
--- a/Aaru.Gui/Views/Windows/MediaDump.xaml
+++ b/Aaru.Gui/Views/Windows/MediaDump.xaml
@@ -41,8 +41,8 @@
mc:Ignorable="d"
d:DesignWidth="800"
d:DesignHeight="450"
- Width="650"
- Height="900"
+ Width="900"
+ Height="650"
x:Class="Aaru.Gui.Views.Windows.MediaDump"
Icon="/Assets/aaru-logo.png"
x:DataType="windows:MediaDumpViewModel"
@@ -52,7 +52,7 @@
+ RowDefinitions="Auto, *, Auto">
-
-
+
-
-
+
@@ -171,7 +176,8 @@
Text="{Binding Log, Mode=OneWay}" />
-
@@ -179,7 +185,8 @@
Maximum="{Binding ProgressMaxValue, Mode=OneWay}"
IsIndeterminate="{Binding ProgressIndeterminate, Mode=OneWay}" />
-
@@ -187,7 +194,7 @@
Maximum="{Binding Progress2MaxValue, Mode=OneWay}"
IsIndeterminate="{Binding Progress2Indeterminate, Mode=OneWay}" />
-
+