|
41 | 41 | </DataTemplate> |
42 | 42 | </FlipView.ItemTemplate> |
43 | 43 | </FlipView> |
44 | | - <Grid VerticalAlignment="Bottom" Padding="20,40,20,20"> |
45 | | - <Grid.Background> |
46 | | - <LinearGradientBrush StartPoint="0,1" EndPoint="0,0"> |
47 | | - <GradientStop Color="#88000000" /> |
48 | | - <GradientStop Color="#00000000" Offset="1" /> |
49 | | - </LinearGradientBrush> |
50 | | - </Grid.Background> |
51 | | - <StackPanel Orientation="Horizontal" Spacing="6" Padding="12" CornerRadius="{ThemeResource ControlCornerRadius}" |
| 44 | + <StackPanel Orientation="Horizontal" Spacing="6" Padding="12" CornerRadius="{ThemeResource ControlCornerRadius}" |
52 | 45 | Background="{ThemeResource AcrylicBackgroundFillColorDefaultBrush}" |
53 | | - VerticalAlignment="Center" HorizontalAlignment="Center"> |
54 | | - <Button Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
| 46 | + VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="20,40,20,20"> |
| 47 | + <Button Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
55 | 48 | Click="GetWallpapersButton_Click" ToolTipService.ToolTip="Get Wallpapers" /> |
56 | | - <Button Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
| 49 | + <Button Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
57 | 50 | Grid.Column="1" VerticalAlignment="Stretch" ToolTipService.ToolTip="Settings"> |
58 | | - <Button.Flyout> |
59 | | - <Flyout> |
60 | | - <StackPanel Spacing="10" Width="250" DataContext="{x:Bind local:UserPreferences.Current}"> |
61 | | - <ComboBox x:Name="resCmb" Header="Resolution" HorizontalAlignment="Stretch" |
| 51 | + <Button.Flyout> |
| 52 | + <Flyout> |
| 53 | + <StackPanel Spacing="10" Width="250" DataContext="{x:Bind local:UserPreferences.Current}"> |
| 54 | + <ComboBox x:Name="resCmb" Header="Resolution" HorizontalAlignment="Stretch" |
62 | 55 | SelectedItem="{Binding PreferredResolution, Mode=TwoWay}" /> |
63 | | - <ComboBox x:Name="orCmb" Header="Orientation" HorizontalAlignment="Stretch" |
| 56 | + <ComboBox x:Name="orCmb" Header="Orientation" HorizontalAlignment="Stretch" |
64 | 57 | SelectedItem="{Binding PreferredOrientation, Mode=TwoWay}" /> |
65 | | - <CheckBox x:Name="swCB" Content="Always ask where to set the image as wallpaper" |
| 58 | + <CheckBox x:Name="swCB" Content="Always ask where to set the image as wallpaper" |
66 | 59 | IsChecked="{Binding AlwaysAskSetPreference, Mode=TwoWay}" /> |
67 | | - <ComboBox x:Name="swCmb" Header="Set wallpaper in" HorizontalAlignment="Stretch" |
| 60 | + <ComboBox x:Name="swCmb" Header="Set wallpaper in" HorizontalAlignment="Stretch" |
68 | 61 | SelectedItem="{Binding SetWallpaperPreference, Mode=TwoWay}" /> |
69 | | - <TextBlock TextWrapping="WrapWholeWords"> |
| 62 | + <TextBlock TextWrapping="WrapWholeWords"> |
70 | 63 | This application is not affiliated with Microsoft or Microsoft Bing. Use of the images are restricted to wallpaper only.<LineBreak /> |
71 | 64 | <LineBreak/>You can check out or contribute to this project on <Hyperlink Click="Hyperlink_Click">GitHub</Hyperlink><LineBreak /> |
72 | 65 | <LineBreak />If you have any issues or feedback, please create an issue on the GitHub repository. |
73 | | - </TextBlock> |
74 | | - </StackPanel> |
75 | | - </Flyout> |
76 | | - </Button.Flyout> |
77 | | - </Button> |
78 | | - <Button x:Name="setWPBtn" Grid.Column="2" Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
| 66 | + </TextBlock> |
| 67 | + </StackPanel> |
| 68 | + </Flyout> |
| 69 | + </Button.Flyout> |
| 70 | + </Button> |
| 71 | + <Button x:Name="setWPBtn" Grid.Column="2" Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
79 | 72 | Click="SetWallpaperButton_Click" ToolTipService.ToolTip="Set Wallpaper" /> |
80 | | - <Button x:Name="SaveWallpaperButton" Grid.Column="3" Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
| 73 | + <Button x:Name="SaveWallpaperButton" Grid.Column="3" Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" |
81 | 74 | Click="SaveWallpaperButton_Click" ToolTipService.ToolTip="Save Wallpaper" /> |
82 | | - </StackPanel> |
83 | | - </Grid> |
| 75 | + </StackPanel> |
84 | 76 | <ProgressRing x:Name="progressRing" IsActive="False" HorizontalAlignment="Center" VerticalAlignment="Center" /> |
85 | 77 | <InfoBar x:Name="infoBar" VerticalAlignment="Bottom" HorizontalAlignment="Center" |
86 | 78 | Margin="20,0,20,70" Background="{ThemeResource SystemControlAcrylicElementBrush}" |
|
0 commit comments