Skip to content

Commit

Permalink
Move Diff Viewer close button to the left
Browse files Browse the repository at this point in the history
Move Diff Viewer close button to the left
  • Loading branch information
0x7c13 committed Aug 8, 2019
1 parent 0879bff commit d6733d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Notepads/Controls/TextEditor/TextEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public async void StartCheckingFileStatusPeriodically()
{
lock (_fileStatusCheckLocker)
{
System.Diagnostics.Debug.WriteLine($"[{DateTime.Now}]Checking file status for \"{EditingFile.Path}\".");
System.Diagnostics.Debug.WriteLine($"[{DateTime.Now}] Checking file status for \"{EditingFile.Path}\".");
CheckAndUpdateFileStatus();
}
Thread.Sleep(TimeSpan.FromSeconds(_fileStatusCheckerPollingRateInSec));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</TextBlock>
<Button x:Name="DismissButton"
VerticalAlignment="Center"
HorizontalAlignment="Right"
HorizontalAlignment="Left"
IsTabStop="False"
Padding="0"
Height="25"
Expand Down

0 comments on commit d6733d2

Please sign in to comment.