Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QuickLook/Controls/BusyDecorator/BusyDecorator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public HorizontalAlignment BusyHorizontalAlignment
new FrameworkPropertyMetadata(VerticalAlignment.Center));

/// <summary>
/// Gets or sets the the VerticalAlignment to use to layout the control that contains the busy indicator.
/// Gets or sets the VerticalAlignment to use to layout the control that contains the busy indicator.
/// </summary>
public VerticalAlignment BusyVerticalAlignment
{
Expand Down
2 changes: 1 addition & 1 deletion QuickLook/ViewerWindow.Actions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ internal void RunAndClose()

private void PositionWindow(Size size)
{
// If the window is now now maximized, do not move it
// If the window is now maximized, do not move it
if (WindowState == WindowState.Maximized)
return;

Expand Down
4 changes: 2 additions & 2 deletions QuickLook/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- A list of the Windows versions that this application has been tested on and is
is designed to work with. Uncomment the appropriate elements and Windows will
automatically selected the most compatible environment. -->
designed to work with. Uncomment the appropriate elements and Windows will
automatically select the most compatible environment. -->

<!-- Windows Vista -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
Expand Down