Skip to content

Commit

Permalink
auto height for FilesLoaderView content
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-lebedev committed Jul 30, 2023
1 parent e929d26 commit c2f9d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PairTradingView.WpfApp/Views/FilesLoaderView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
xmlns:local="clr-namespace:PairTradingView.WpfApp.Views"
xmlns:vms="clr-namespace:PairTradingView.WpfApp.ViewModels"
mc:Ignorable="d"
Height="550" Width="450"
MaxHeight="550" MaxWidth="450"
Width="450"

Background="#202020">
<UserControl.DataContext>
<vms:FilesLoaderViewModel/>
Expand Down

0 comments on commit c2f9d34

Please sign in to comment.