mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Color picker tweaks (#5194)
* Adjustments on default keystroke and removing key string whihc really didn't do anything * moving color picker into alphabetical order * removing removed property * adjusting comment based on feedback from martin Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
@@ -69,10 +69,15 @@
|
||||
<ComboBoxItem Content="RGB - RGB(100, 50, 75)"/>
|
||||
</ComboBox>
|
||||
|
||||
<!--
|
||||
Disabling this until we have a safer way to reset cursor as
|
||||
we can hit a state where the cursor doesn't reset
|
||||
|
||||
<ToggleSwitch x:Uid="ColorPicker_ChangeCursor"
|
||||
IsOn="{Binding ChangeCursor, Mode=TwoWay}"
|
||||
Margin="{StaticResource MediumTopMargin}"
|
||||
IsEnabled="{Binding IsEnabled}"/>
|
||||
IsEnabled="{Binding IsEnabled}" />
|
||||
-->
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
x:Name="SidePanel"
|
||||
|
||||
@@ -46,6 +46,12 @@
|
||||
</winui:NavigationViewItem.Icon>
|
||||
</winui:NavigationViewItem>
|
||||
|
||||
<winui:NavigationViewItem x:Uid="Shell_ColorPicker" helpers:NavHelper.NavigateTo="views:ColorPickerPage">
|
||||
<winui:NavigationViewItem.Icon>
|
||||
<FontIcon Glyph=""/>
|
||||
</winui:NavigationViewItem.Icon>
|
||||
</winui:NavigationViewItem>
|
||||
|
||||
<!-- TO DO: Update icon -->
|
||||
<winui:NavigationViewItem x:Uid="Shell_FancyZones" helpers:NavHelper.NavigateTo="views:FancyZonesPage">
|
||||
<winui:NavigationViewItem.Icon>
|
||||
@@ -93,13 +99,6 @@
|
||||
<FontIcon Glyph=""/>
|
||||
</winui:NavigationViewItem.Icon>
|
||||
</winui:NavigationViewItem>
|
||||
|
||||
<winui:NavigationViewItem x:Uid="Shell_ColorPicker" helpers:NavHelper.NavigateTo="views:ColorPickerPage">
|
||||
<winui:NavigationViewItem.Icon>
|
||||
<FontIcon Glyph=""/>
|
||||
</winui:NavigationViewItem.Icon>
|
||||
</winui:NavigationViewItem>
|
||||
|
||||
</winui:NavigationView.MenuItems>
|
||||
<i:Interaction.Behaviors>
|
||||
<behaviors:NavigationViewHeaderBehavior
|
||||
|
||||
Reference in New Issue
Block a user