mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-11 09:49:22 +08:00
Add refresh button
This commit is contained in:
parent
b06ccecd55
commit
0eb30e6782
@ -7,8 +7,14 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d">
|
||||
|
||||
<ScrollViewer Grid.Row="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
||||
<StackPanel x:Name="stackPanel" Orientation="Vertical" VerticalAlignment="Center"/>
|
||||
</ScrollViewer>
|
||||
<StackPanel Orientation="Vertical">
|
||||
<Grid>
|
||||
<Button Margin="8,8,8,0" Click="onRefreshClick" HorizontalAlignment="Right">Refresh</Button>
|
||||
</Grid>
|
||||
|
||||
<ScrollViewer HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
||||
<StackPanel x:Name="stackPanel" Orientation="Vertical"/>
|
||||
</ScrollViewer>
|
||||
</StackPanel>
|
||||
|
||||
</Window>
|
||||
|
Loading…
Reference in New Issue
Block a user