mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
add theme function. And provide two themes default.
This commit is contained in:
13
WinAlfred/SettingWindow.xaml
Normal file
13
WinAlfred/SettingWindow.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<Window x:Class="WinAlfred.SettingWidow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Icon="Images\app.png"
|
||||
Title="WinAlfred Setting"
|
||||
ResizeMode="NoResize"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Height="407.447" Width="843.989">
|
||||
<Grid>
|
||||
<TextBlock Text="Theme:"/>
|
||||
<ComboBox x:Name="themeComboBox" SelectionChanged="ThemeComboBox_OnSelectionChanged" HorizontalAlignment="Left" Margin="59.83,0,0,0" VerticalAlignment="Top" Width="120"/>
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user