Skip to content

Commit

Permalink
Fix Export overlapping End Date
Browse files Browse the repository at this point in the history
  • Loading branch information
popcatalin81 committed May 11, 2020
1 parent 4f74e82 commit 76a7ccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions QBTracker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
4 changes: 2 additions & 2 deletions QBTracker/Views/ExportView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
materialDesign:HintAssist.Hint="Start date"
SelectedDate="{Binding StartDate}"
Style="{StaticResource MaterialDesignFloatingHintDatePicker}" />
<DatePicker Grid.Row="1" Grid.Column="1" Margin="10,0,0,0"
<DatePicker Grid.Row="1" Margin="10,0,10,0"
Width="140"
HorizontalAlignment="Left"
HorizontalAlignment="Right"
materialDesign:HintAssist.Hint="End date"
SelectedDate="{Binding EndDate}"
Style="{StaticResource MaterialDesignFloatingHintDatePicker}" />
Expand Down

0 comments on commit 76a7ccb

Please sign in to comment.