Skip to content

Commit 12d500a

Browse files
committed
Add missing shortcut
1 parent d3f074c commit 12d500a

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

PicView/UI/Windows/InfoWindow.xaml

+45
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@
15421542
<RowDefinition />
15431543
<RowDefinition />
15441544
<RowDefinition />
1545+
<RowDefinition />
15451546
</Grid.RowDefinitions>
15461547

15471548
<Border
@@ -1669,6 +1670,50 @@
16691670
</StackPanel>
16701671
</Border>
16711672

1673+
1674+
<Border
1675+
Grid.Row="3"
1676+
Grid.Column="0"
1677+
Padding="0,3,0,3"
1678+
Background="{StaticResource BackgroundColorBrush}"
1679+
BorderBrush="{StaticResource BorderBrush}"
1680+
BorderThickness="1,1,1,0">
1681+
<TextBlock
1682+
Margin="10,3,0,3"
1683+
FontSize="15"
1684+
Text="Move Window" />
1685+
</Border>
1686+
1687+
<Border
1688+
Grid.Row="3"
1689+
Grid.Column="1"
1690+
Padding="0,3,0,3"
1691+
Background="{StaticResource BackgroundColorBrush}"
1692+
BorderBrush="{StaticResource BorderBrush}"
1693+
BorderThickness="0,1,1,0">
1694+
<StackPanel
1695+
HorizontalAlignment="Center"
1696+
VerticalAlignment="Center"
1697+
Orientation="Horizontal">
1698+
<TextBlock FontSize="14" Text="Shift" />
1699+
<TextBlock
1700+
FontSize="14"
1701+
Foreground="{StaticResource MainColorFadedBrush}"
1702+
Text=" + " />
1703+
<TextBlock FontSize="14" Text="Drag" />
1704+
</StackPanel>
1705+
</Border>
1706+
1707+
1708+
<Border
1709+
Grid.Row="3"
1710+
Grid.Column="2"
1711+
Padding="0,3,0,3"
1712+
Background="{StaticResource BackgroundColorBrush}"
1713+
BorderBrush="{StaticResource BorderBrush}"
1714+
BorderThickness="0,1,1,0" />
1715+
1716+
16721717
</Grid>
16731718

16741719

0 commit comments

Comments
 (0)