mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
MainWindow: AllowsTransparency set to True
WindowIntelopHelper: Added accent handling SettingsWindow: Added combobox with accent selector to Theme tab (not functional yet) Languages: Added entries for accent colors (all are in english for now) [TEMP] Blur and Accent themes experiments [TEMP] blur set in mainwindow on load.
This commit is contained in:
@@ -199,7 +199,20 @@
|
||||
</ComboBox.ItemTemplate>
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" Margin="0 2">
|
||||
<TextBlock Text="{DynamicResource windowsAccents}"/>
|
||||
<ComboBox Width="100">
|
||||
<ComboBox.Items>
|
||||
<ComboBoxItem Content="None"/>
|
||||
<ComboBoxItem Content="Accent"/>
|
||||
<ComboBoxItem Content="Accent Blur"/>
|
||||
<ComboBoxItem Content="Blur"/>
|
||||
</ComboBox.Items>
|
||||
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user