Skip to content

Commit

Permalink
Optimized control placement in upload control.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drexel2k committed Jun 17, 2020
1 parent 2c48f18 commit 20f4bd3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions VidUp.UI/Controls/UploadControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,9 @@
</StackPanel>

<Label Grid.Row="10" Grid.Column="0" Content="File Size: " Width="110" />
<Label Grid.Row="10" Grid.Column="1" Content="{Binding FileSizeInMegaByte}" Width="190" HorizontalAlignment="Left" />
<StackPanel Grid.Row="10" Grid.Column="2" Orientation="Horizontal">
<Label Content="Uploaded: " Width="96" />
<Label Content="{Binding UploadedInMegaByte}" Width="96" />
</StackPanel>
<Label Grid.Row="10" Grid.Column="1" Content="{Binding FileSizeInMegaByte}" Width="100" HorizontalAlignment="Left" />
<Label Grid.Row="10" Grid.Column="1" Content="Uploaded: " Width="90" HorizontalAlignment="Right" />
<Label Grid.Row="10" Grid.Column="2" Content="{Binding UploadedInMegaByte}" Width="100" HorizontalAlignment="Left" />

</Grid>

Expand Down

0 comments on commit 20f4bd3

Please sign in to comment.