File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1542
1542
<RowDefinition />
1543
1543
<RowDefinition />
1544
1544
<RowDefinition />
1545
+ <RowDefinition />
1545
1546
</Grid .RowDefinitions>
1546
1547
1547
1548
<Border
1669
1670
</StackPanel >
1670
1671
</Border >
1671
1672
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
+
1672
1717
</Grid >
1673
1718
1674
1719
You can’t perform that action at this time.
0 commit comments