You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2022. It is now read-only.
<TextBoxx:Name="HwndInputTextBox"Height="26"TextWrapping="Wrap"VerticalAlignment="Top"ToolTip="The handle of the currently selected window"Margin="117,44,0,0"HorizontalAlignment="Left"Width="203"/>
12
-
<Buttonx:Name="ApplyHwndButton"Content="Send to Desktop"Click="ApplyHwndButton_Click"HorizontalAlignment="Left"Width="315"Height="55"VerticalAlignment="Top"IsDefault="True"ToolTip="Send the selected window to the desktop"Margin="5,81,0,0"/>
13
-
<ListBoxx:Name="HandleListBox"Height="195"VerticalAlignment="Top"HorizontalAlignment="Left"Width="315"ToolTip="List of apps currently open on the desktop"Margin="5,141,0,0">
10
+
<TextBoxx:Name="HwndInputTextBox"Height="26"TextWrapping="Wrap"VerticalAlignment="Top"ToolTip="The handle of the currently selected window"Margin="117,68,0,0"HorizontalAlignment="Left"Width="203"/>
11
+
<Buttonx:Name="ApplyHwndButton"Content="Send to Desktop"Click="ApplyHwndButton_Click"HorizontalAlignment="Left"Width="315"Height="55"VerticalAlignment="Top"IsDefault="True"ToolTip="Send the selected window to the desktop"Margin="5,105,0,0"/>
12
+
<ListBoxx:Name="HandleListBox"Height="195"VerticalAlignment="Top"HorizontalAlignment="Left"Width="315"ToolTip="List of apps currently open on the desktop"Margin="5,165,0,0">
14
13
<UniformGridColumns="2"/>
15
14
</ListBox>
16
-
<Buttonx:Name="BorderlessButton"Content="Toggle Borders"HorizontalContentAlignment="Center"VerticalAlignment="Top"Click="BorderlessButton_Click"HorizontalAlignment="Left"Width="154"ToolTip="Hide and show the selected window's borders"Margin="5,421,0,0"Height="35"/>
17
-
<Buttonx:Name="LockButton"Content="Toggle Lock"HorizontalContentAlignment="Center"Height="35"VerticalAlignment="Top"Click="LockButton_Click"HorizontalAlignment="Left"Width="154"ToolTip="Lock the selected window, preventing you from interacting or moving it"Margin="5,381,0,0"/>
18
-
<Buttonx:Name="FixButton"Content="Fix Alignment"HorizontalContentAlignment="Center"VerticalAlignment="Top"HorizontalAlignment="Left"Click="FixButton_Click"ToolTip="If your window appears partially or completely off-screen, this button might fix it"Margin="166,421,0,0"Width="154"Height="35"/>
19
-
<Buttonx:Name="CloseButton"Content="Close"HorizontalContentAlignment="Center"Height="35"VerticalAlignment="Top"Click="CloseButton_Click"HorizontalAlignment="Left"Width="154"ToolTip="Close the selected window"Margin="166,381,0,0"/>
20
-
<Buttonx:Name="SaveButton"Content="Copy selected app to Saved Apps"HorizontalContentAlignment="Center"Height="35"VerticalAlignment="Top"Click="SaveButton_Click"HorizontalAlignment="Left"Width="315"ToolTip="Copies the properties of the selected app to the Saved Apps section below, so you can quickly add it to your list of saved apps"Margin="5,341,0,0"/>
<TextBoxx:Name="TitleTextBox"Height="26"VerticalAlignment="Top"Focusable="False"MaxLines="1"ToolTip="The name of the currently selected window"Margin="117,7,0,0"HorizontalAlignment="Left"Width="203"/>
<Buttonx:Name="BorderlessButton"Content="Toggle Borders"HorizontalContentAlignment="Center"VerticalAlignment="Top"Click="BorderlessButton_Click"HorizontalAlignment="Left"Width="154"ToolTip="Hide and show the selected window's borders"Margin="5,448,0,0"Height="35"/>
16
+
<Buttonx:Name="LockButton"Content="Toggle Lock"HorizontalContentAlignment="Center"Height="35"VerticalAlignment="Top"Click="LockButton_Click"HorizontalAlignment="Left"Width="154"ToolTip="Lock the selected window, preventing you from interacting or moving it"Margin="5,408,0,0"/>
17
+
<Buttonx:Name="FixButton"Content="Fix Alignment"HorizontalContentAlignment="Center"VerticalAlignment="Top"HorizontalAlignment="Left"Click="FixButton_Click"ToolTip="If your window appears partially or completely off-screen, this button might fix it"Margin="166,448,0,0"Width="154"Height="35"/>
18
+
<Buttonx:Name="CloseButton"Content="Close"HorizontalContentAlignment="Center"Height="35"VerticalAlignment="Top"Click="CloseButton_Click"HorizontalAlignment="Left"Width="154"ToolTip="Close the selected window"Margin="166,408,0,0"/>
19
+
<Buttonx:Name="SaveButton"Content="Copy selected app to Saved Apps"HorizontalContentAlignment="Center"Height="35"VerticalAlignment="Top"Click="SaveButton_Click"HorizontalAlignment="Left"Width="315"ToolTip="Copies the properties of the selected app to the Saved Apps section below, so you can quickly add it to your list of saved apps"Margin="5,368,0,0"/>
<TextBoxx:Name="TitleTextBox"Height="26"VerticalAlignment="Top"Focusable="False"MaxLines="1"ToolTip="The name of the currently selected window"Margin="117,31,0,0"HorizontalAlignment="Left"Width="203"/>
0 commit comments