mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-02-27 01:00:11 +08:00
Fix typos: remove duplicate words in comments and documentation (#1871)
* Fix typo: remove duplicate "the" in BusyVerticalAlignment documentation * Fix typo: remove duplicate "now" in window positioning comment * Fix typo: remove duplicate "is" in app.manifest comment * Fix: correct typo in comment - "selected" to "select" Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -239,7 +239,7 @@ public class BusyDecorator : Decorator, IDisposable
|
|||||||
new FrameworkPropertyMetadata(VerticalAlignment.Center));
|
new FrameworkPropertyMetadata(VerticalAlignment.Center));
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public VerticalAlignment BusyVerticalAlignment
|
public VerticalAlignment BusyVerticalAlignment
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ public partial class ViewerWindow
|
|||||||
|
|
||||||
private void PositionWindow(Size size)
|
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)
|
if (WindowState == WindowState.Maximized)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||||
<application>
|
<application>
|
||||||
<!-- A list of the Windows versions that this application has been tested on and is
|
<!-- 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
|
designed to work with. Uncomment the appropriate elements and Windows will
|
||||||
automatically selected the most compatible environment. -->
|
automatically select the most compatible environment. -->
|
||||||
|
|
||||||
<!-- Windows Vista -->
|
<!-- Windows Vista -->
|
||||||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
|
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user