mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[General] Update Segoe icon glyph codes (#19311)
* Updating icons * Tweak fontsizes * Changes based on feedback
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
Style="{StaticResource DefaultButtonStyle}"
|
Style="{StaticResource DefaultButtonStyle}"
|
||||||
FontFamily="Segoe MDL2 Assets">
|
FontFamily="Segoe MDL2 Assets">
|
||||||
<Button.Content>
|
<Button.Content>
|
||||||
<TextBlock Text="" AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}" />
|
<TextBlock Text="" AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}" />
|
||||||
</Button.Content>
|
</Button.Content>
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
Command="{Binding RemoveColorsCommand}"
|
Command="{Binding RemoveColorsCommand}"
|
||||||
CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ContextMenu}}, Path=PlacementTarget.SelectedItems}">
|
CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ContextMenu}}, Path=PlacementTarget.SelectedItems}">
|
||||||
<MenuItem.Icon>
|
<MenuItem.Icon>
|
||||||
<ui:FontIcon Glyph="" />
|
<ui:FontIcon Glyph="" />
|
||||||
</MenuItem.Icon>
|
</MenuItem.Icon>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem Header="{x:Static p:Resources.Export_by}" >
|
<MenuItem Header="{x:Static p:Resources.Export_by}" >
|
||||||
@@ -205,7 +205,7 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
AutomationProperties.LiveSetting="Assertive"
|
AutomationProperties.LiveSetting="Assertive"
|
||||||
AutomationProperties.Name="{x:Static p:Resources.Copied_to_clipboard}">
|
AutomationProperties.Name="{x:Static p:Resources.Copied_to_clipboard}">
|
||||||
<Run Text=" " FontFamily="Segoe MDL2 Assets"/>
|
<Run Text=" " FontFamily="Segoe MDL2 Assets"/>
|
||||||
<Run Text="{x:Static p:Resources.Copied_to_clipboard}" FontWeight="SemiBold"/>
|
<Run Text="{x:Static p:Resources.Copied_to_clipboard}" FontWeight="SemiBold"/>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
</Border>
|
</Border>
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
</Border.Style>
|
</Border.Style>
|
||||||
<Button Height="40"
|
<Button Height="40"
|
||||||
Width="40"
|
Width="40"
|
||||||
Content=""
|
Content=""
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
Background="Transparent"/>
|
Background="Transparent"/>
|
||||||
</Border>
|
</Border>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
Margin="0,8,0,0"
|
Margin="0,8,0,0"
|
||||||
Style="{StaticResource AccentButtonStyle}"
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
Content=""
|
Content=""
|
||||||
FontSize="24"
|
FontSize="24"
|
||||||
TabIndex="0"
|
TabIndex="0"
|
||||||
ToolTip="{x:Static props:Resources.Add_zone}"
|
ToolTip="{x:Static props:Resources.Add_zone}"
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
VerticalAlignment="Center">
|
VerticalAlignment="Center">
|
||||||
<Run x:Name="WidthLabel" />
|
<Run x:Name="WidthLabel" />
|
||||||
<Run Text=""
|
<Run Text=""
|
||||||
FontSize="10"
|
FontSize="10"
|
||||||
FontFamily="Segoe MDL2 Assets" />
|
FontFamily="Segoe MDL2 Assets" />
|
||||||
<Run x:Name="HeightLabel" />
|
<Run x:Name="HeightLabel" />
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
VerticalAlignment="Center">
|
VerticalAlignment="Center">
|
||||||
<Run x:Name="WidthLabel" />
|
<Run x:Name="WidthLabel" />
|
||||||
<Run Text=""
|
<Run Text=""
|
||||||
FontSize="10"
|
FontSize="10"
|
||||||
FontFamily="Segoe MDL2 Assets" />
|
FontFamily="Segoe MDL2 Assets" />
|
||||||
<Run x:Name="HeightLabel" />
|
<Run x:Name="HeightLabel" />
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<MenuItem Header="{x:Static props:Resources.Edit}"
|
<MenuItem Header="{x:Static props:Resources.Edit}"
|
||||||
Click="EditLayout_Click">
|
Click="EditLayout_Click">
|
||||||
<MenuItem.Icon>
|
<MenuItem.Icon>
|
||||||
<ui:FontIcon Glyph="" />
|
<ui:FontIcon Glyph="" />
|
||||||
</MenuItem.Icon>
|
</MenuItem.Icon>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem Header="{x:Static props:Resources.Edit_zones}"
|
<MenuItem Header="{x:Static props:Resources.Edit_zones}"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
Click="DeleteLayout_Click"
|
Click="DeleteLayout_Click"
|
||||||
Visibility="{Binding Path=Type, Converter={StaticResource LayoutTypeCustomToVisibilityConverter}}">
|
Visibility="{Binding Path=Type, Converter={StaticResource LayoutTypeCustomToVisibilityConverter}}">
|
||||||
<MenuItem.Icon>
|
<MenuItem.Icon>
|
||||||
<ui:FontIcon Glyph="" />
|
<ui:FontIcon Glyph="" />
|
||||||
</MenuItem.Icon>
|
</MenuItem.Icon>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</ContextMenu>
|
</ContextMenu>
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
Style="{StaticResource AccentButtonStyle}"
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
ui:ControlHelper.CornerRadius="36">
|
ui:ControlHelper.CornerRadius="36">
|
||||||
<Button.Content>
|
<Button.Content>
|
||||||
<TextBlock Text=""
|
<TextBlock Text=""
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
AutomationProperties.Name="{x:Static props:Resources.Edit}" />
|
AutomationProperties.Name="{x:Static props:Resources.Edit}" />
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
Grid.Row="3">
|
Grid.Row="3">
|
||||||
<StackPanel Orientation="Horizontal"
|
<StackPanel Orientation="Horizontal"
|
||||||
Margin="8">
|
Margin="8">
|
||||||
<TextBlock Text=""
|
<TextBlock Text=""
|
||||||
AutomationProperties.Name="{x:Static props:Resources.Create_new_layout}"
|
AutomationProperties.Name="{x:Static props:Resources.Create_new_layout}"
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
Foreground="{DynamicResource AccentButtonForeground}" />
|
Foreground="{DynamicResource AccentButtonForeground}" />
|
||||||
@@ -405,7 +405,7 @@
|
|||||||
Style="{StaticResource IconOnlyButtonStyle}"
|
Style="{StaticResource IconOnlyButtonStyle}"
|
||||||
Visibility="{Binding Path=Type, Converter={StaticResource LayoutTypeCustomToVisibilityConverter}}">
|
Visibility="{Binding Path=Type, Converter={StaticResource LayoutTypeCustomToVisibilityConverter}}">
|
||||||
<Button.Content>
|
<Button.Content>
|
||||||
<TextBlock Text=""
|
<TextBlock Text=""
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
Foreground="#c50500"
|
Foreground="#c50500"
|
||||||
AutomationProperties.Name="{x:Static props:Resources.Delete}" />
|
AutomationProperties.Name="{x:Static props:Resources.Delete}" />
|
||||||
@@ -484,7 +484,7 @@
|
|||||||
Margin="24,12,0,24">
|
Margin="24,12,0,24">
|
||||||
<local:LayoutPreview />
|
<local:LayoutPreview />
|
||||||
|
|
||||||
<Button Content=""
|
<Button Content=""
|
||||||
x:Name="editZoneLayoutButton"
|
x:Name="editZoneLayoutButton"
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
<ColumnDefinition Width="32" />
|
<ColumnDefinition Width="32" />
|
||||||
<ColumnDefinition Width="*" />
|
<ColumnDefinition Width="*" />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<TextBlock Text=""
|
<TextBlock Text=""
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
Foreground="{DynamicResource SystemControlBackgroundAccentBrush}"
|
Foreground="{DynamicResource SystemControlBackgroundAccentBrush}"
|
||||||
Margin="0,4,0,0"
|
Margin="0,4,0,0"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
VerticalAlignment="Top">
|
VerticalAlignment="Top">
|
||||||
<TextBlock Text="{Binding Fit, Converter={StaticResource EnumValueConverter}, ConverterParameter=ThirdPersonSingular}" FontSize="12" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
<TextBlock Text="{Binding Fit, Converter={StaticResource EnumValueConverter}, ConverterParameter=ThirdPersonSingular}" FontSize="12" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
||||||
<TextBlock Text="{Binding Width, Converter={StaticResource AutoDoubleConverter}, ConverterParameter=Auto}" FontWeight="SemiBold" FontSize="12" Margin="3,0,0,0" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
<TextBlock Text="{Binding Width, Converter={StaticResource AutoDoubleConverter}, ConverterParameter=Auto}" FontWeight="SemiBold" FontSize="12" Margin="3,0,0,0" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
||||||
<TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="10" Visibility="{Binding ShowHeight, Converter={StaticResource BoolValueConverter}}" Margin="4,4,0,0" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
<TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="10" Visibility="{Binding ShowHeight, Converter={StaticResource BoolValueConverter}}" Margin="4,4,0,0" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
||||||
<TextBlock Text="{Binding Height, Converter={StaticResource AutoDoubleConverter}, ConverterParameter=Auto}" FontSize="12" Visibility="{Binding ShowHeight, Converter={StaticResource BoolValueConverter}}" FontWeight="SemiBold" Margin="4,0,0,0" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
<TextBlock Text="{Binding Height, Converter={StaticResource AutoDoubleConverter}, ConverterParameter=Auto}" FontSize="12" Visibility="{Binding ShowHeight, Converter={StaticResource BoolValueConverter}}" FontWeight="SemiBold" Margin="4,0,0,0" Foreground="{DynamicResource SecondaryForegroundBrush}"/>
|
||||||
<TextBlock Text="{Binding Unit, Converter={StaticResource EnumValueConverter}, ConverterParameter=ToLower}" FontSize="12"
|
<TextBlock Text="{Binding Unit, Converter={StaticResource EnumValueConverter}, ConverterParameter=ToLower}" FontSize="12"
|
||||||
Margin="4,0,0,0"
|
Margin="4,0,0,0"
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</ui:NumberBox.Value>
|
</ui:NumberBox.Value>
|
||||||
</ui:NumberBox>
|
</ui:NumberBox>
|
||||||
<TextBlock VerticalAlignment="Center"
|
<TextBlock VerticalAlignment="Center"
|
||||||
Text=""
|
Text=""
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="Segoe MDL2 Assets"
|
||||||
Width="25"
|
Width="25"
|
||||||
Foreground="{DynamicResource SecondaryForegroundBrush}"
|
Foreground="{DynamicResource SecondaryForegroundBrush}"
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ inline void CreateEditKeyboardWindowImpl(HINSTANCE hInst, KBMEditor::KeyboardMan
|
|||||||
Windows::UI::Xaml::Controls::Button addRemapKey;
|
Windows::UI::Xaml::Controls::Button addRemapKey;
|
||||||
FontIcon plusSymbol;
|
FontIcon plusSymbol;
|
||||||
plusSymbol.FontFamily(Media::FontFamily(L"Segoe MDL2 Assets"));
|
plusSymbol.FontFamily(Media::FontFamily(L"Segoe MDL2 Assets"));
|
||||||
plusSymbol.Glyph(L"\xE109");
|
plusSymbol.Glyph(L"\xE710");
|
||||||
addRemapKey.Content(plusSymbol);
|
addRemapKey.Content(plusSymbol);
|
||||||
addRemapKey.Margin({ 10, 10, 0, 25 });
|
addRemapKey.Margin({ 10, 10, 0, 25 });
|
||||||
addRemapKey.Click([&](winrt::Windows::Foundation::IInspectable const& sender, RoutedEventArgs const&) {
|
addRemapKey.Click([&](winrt::Windows::Foundation::IInspectable const& sender, RoutedEventArgs const&) {
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ inline void CreateEditShortcutsWindowImpl(HINSTANCE hInst, KBMEditor::KeyboardMa
|
|||||||
Windows::UI::Xaml::Controls::Button addShortcut;
|
Windows::UI::Xaml::Controls::Button addShortcut;
|
||||||
FontIcon plusSymbol;
|
FontIcon plusSymbol;
|
||||||
plusSymbol.FontFamily(Xaml::Media::FontFamily(L"Segoe MDL2 Assets"));
|
plusSymbol.FontFamily(Xaml::Media::FontFamily(L"Segoe MDL2 Assets"));
|
||||||
plusSymbol.Glyph(L"\xE109");
|
plusSymbol.Glyph(L"\xE710");
|
||||||
addShortcut.Content(plusSymbol);
|
addShortcut.Content(plusSymbol);
|
||||||
addShortcut.Margin({ 10, 10, 0, 25 });
|
addShortcut.Margin({ 10, 10, 0, 25 });
|
||||||
addShortcut.Click([&](winrt::Windows::Foundation::IInspectable const& sender, RoutedEventArgs const&) {
|
addShortcut.Click([&](winrt::Windows::Foundation::IInspectable const& sender, RoutedEventArgs const&) {
|
||||||
|
|||||||
@@ -696,7 +696,7 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
FontStyle="Normal"
|
FontStyle="Normal"
|
||||||
FontSize="{ThemeResource AutoSuggestBoxIconFontSize}"
|
FontSize="{ThemeResource AutoSuggestBoxIconFontSize}"
|
||||||
Text=""
|
Text=""
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
AutomationProperties.AccessibilityView="Raw" />
|
AutomationProperties.AccessibilityView="Raw" />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -330,7 +330,7 @@
|
|||||||
</Button.Content>
|
</Button.Content>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button x:Name="button_docs" Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" x:Uid="DocsButton" Background="Transparent" BorderBrush="Transparent" Grid.Row="1" Height="32" VerticalAlignment="Bottom" HorizontalAlignment="Left" Click="OpenDocs" />
|
<Button x:Name="button_docs" Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" x:Uid="DocsButton" Background="Transparent" BorderBrush="Transparent" Grid.Row="1" Height="32" VerticalAlignment="Bottom" HorizontalAlignment="Left" Click="OpenDocs" />
|
||||||
|
|
||||||
|
|
||||||
<!--<Button Content=""
|
<!--<Button Content=""
|
||||||
@@ -362,7 +362,7 @@
|
|||||||
</muxc:SplitButton.KeyboardAccelerators>
|
</muxc:SplitButton.KeyboardAccelerators>
|
||||||
<muxc:SplitButton.Content>
|
<muxc:SplitButton.Content>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<FontIcon Glyph="" FontSize="14" VerticalAlignment="Center" Margin="0,2,10,0" />
|
<FontIcon Glyph="" FontSize="14" VerticalAlignment="Center" Margin="0,2,10,0" />
|
||||||
<TextBlock x:Uid="TxtBlock_ButtonApply" />
|
<TextBlock x:Uid="TxtBlock_ButtonApply" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</muxc:SplitButton.Content>
|
</muxc:SplitButton.Content>
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
</controls:SettingsGroup>
|
</controls:SettingsGroup>
|
||||||
|
|
||||||
<controls:SettingsGroup x:Uid="ColorPicker_Editor" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="ColorPicker_Editor" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
<controls:Setting x:Name="ColorFormatsSetting" x:Uid="ColorPicker_ColorFormats" Icon=""/>
|
<controls:Setting x:Name="ColorFormatsSetting" x:Uid="ColorPicker_ColorFormats" Icon=""/>
|
||||||
|
|
||||||
<!-- Disabled reordering by dragging -->
|
<!-- Disabled reordering by dragging -->
|
||||||
<!-- CanReorderItems="True" AllowDrop="True" -->
|
<!-- CanReorderItems="True" AllowDrop="True" -->
|
||||||
@@ -123,13 +123,13 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Grid.RowSpan="2"
|
Grid.RowSpan="2"
|
||||||
x:Uid="More_Options_Button"
|
x:Uid="More_Options_Button"
|
||||||
Content="">
|
Content="">
|
||||||
<Button.Flyout>
|
<Button.Flyout>
|
||||||
<MenuFlyout>
|
<MenuFlyout>
|
||||||
<MenuFlyoutItem IsEnabled="{x:Bind CanMoveUp}" Icon="Up" x:Uid="MoveUp" Click="ReorderButtonUp_Click"/>
|
<MenuFlyoutItem IsEnabled="{x:Bind CanMoveUp}" Icon="Up" x:Uid="MoveUp" Click="ReorderButtonUp_Click"/>
|
||||||
<MenuFlyoutItem IsEnabled="{x:Bind CanMoveDown}" x:Uid="MoveDown" Click="ReorderButtonDown_Click">
|
<MenuFlyoutItem IsEnabled="{x:Bind CanMoveDown}" x:Uid="MoveDown" Click="ReorderButtonDown_Click">
|
||||||
<MenuFlyoutItem.Icon>
|
<MenuFlyoutItem.Icon>
|
||||||
<FontIcon Glyph="" />
|
<FontIcon Glyph="" />
|
||||||
</MenuFlyoutItem.Icon>
|
</MenuFlyoutItem.Icon>
|
||||||
</MenuFlyoutItem>
|
</MenuFlyoutItem>
|
||||||
</MenuFlyout>
|
</MenuFlyout>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
<PathIcon Data="M45,48H25.5V45H45V25.5H25.5v-3H45V3H25.5V0H48V48ZM22.5,48H3V45H22.5V3H3V0H25.5V48ZM0,48V0H3V48Z"/>
|
<PathIcon Data="M45,48H25.5V45H45V25.5H25.5v-3H45V3H25.5V0H48V48ZM22.5,48H3V45H22.5V3H3V0H25.5V48ZM0,48V0H3V48Z"/>
|
||||||
</controls:Setting.Icon>-->
|
</controls:Setting.Icon>-->
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<FontIcon Glyph="" FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
<FontIcon Glyph="" FontSize="18" FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
</Button>
|
</Button>
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|
||||||
<controls:Setting x:Uid="FancyZones_UseCursorPosEditorStartupScreen" Icon="">
|
<controls:Setting x:Uid="FancyZones_UseCursorPosEditorStartupScreen" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.UseCursorPosEditorStartupScreen, Converter={StaticResource BoolToComboBoxIndexConverter}}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.UseCursorPosEditorStartupScreen, Converter={StaticResource BoolToComboBoxIndexConverter}}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
||||||
<ComboBoxItem x:Uid="FancyZones_LaunchPositionScreen" />
|
<ComboBoxItem x:Uid="FancyZones_LaunchPositionScreen" />
|
||||||
@@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="FancyZones_OverrideSnapHotkeys" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
<controls:Setting x:Uid="FancyZones_OverrideSnapHotkeys" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideSnapHotkeys}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideSnapHotkeys}" x:Uid="ToggleSwitch"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
@@ -269,7 +269,7 @@
|
|||||||
<controls:SettingsGroup x:Uid="FancyZones_Layouts" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="FancyZones_Layouts" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="FancyZones_QuickLayoutSwitch" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
<controls:Setting x:Uid="FancyZones_QuickLayoutSwitch" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.QuickLayoutSwitch}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.QuickLayoutSwitch}" x:Uid="ToggleSwitch"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<controls:SettingsPageControl.ModuleContent>
|
<controls:SettingsPageControl.ModuleContent>
|
||||||
<StackPanel Orientation="Vertical">
|
<StackPanel Orientation="Vertical">
|
||||||
<controls:SettingsGroup x:Uid="General_Version" Margin="0,-32,0,0">
|
<controls:SettingsGroup x:Uid="General_Version" Margin="0,-32,0,0">
|
||||||
<controls:Setting Header="{Binding PowerToysVersion}" Icon="">
|
<controls:Setting Header="{Binding PowerToysVersion}" Icon="">
|
||||||
<controls:Setting.Description>
|
<controls:Setting.Description>
|
||||||
<StackPanel Orientation="Vertical">
|
<StackPanel Orientation="Vertical">
|
||||||
|
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
<controls:SettingsGroup x:Uid="Admin_Mode">
|
<controls:SettingsGroup x:Uid="Admin_Mode">
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="Admin_Mode" Icon="" Description="{Binding Mode=OneWay, Path=RunningAsText}" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
<controls:Setting x:Uid="Admin_Mode" Icon="" Description="{Binding Mode=OneWay, Path=RunningAsText}" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<Button x:Uid="GeneralPage_RestartAsAdmin_Button"
|
<Button x:Uid="GeneralPage_RestartAsAdmin_Button"
|
||||||
Command = "{Binding RestartElevatedButtonEventHandler}"
|
Command = "{Binding RestartElevatedButtonEventHandler}"
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
<Button
|
<Button
|
||||||
x:Uid="EditButton"
|
x:Uid="EditButton"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
Width="40"
|
Width="40"
|
||||||
Height="36"
|
Height="36"
|
||||||
Content="">
|
Content="">
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
<Button x:Name="RemoveButton"
|
<Button x:Name="RemoveButton"
|
||||||
x:Uid="RemoveButton"
|
x:Uid="RemoveButton"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
FontFamily="Segoe MDL2 Assets"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
Width="40"
|
Width="40"
|
||||||
Height="36"
|
Height="36"
|
||||||
Content=""
|
Content=""
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
<Button x:Uid="KeyboardManager_RemapKeyboardButton_Accessible" Style="{StaticResource SettingButtonStyle}" Command="{Binding Path=RemapKeyboardCommand}">
|
<Button x:Uid="KeyboardManager_RemapKeyboardButton_Accessible" Style="{StaticResource SettingButtonStyle}" Command="{Binding Path=RemapKeyboardCommand}">
|
||||||
<controls:Setting x:Uid="KeyboardManager_RemapKeyboardButton" Style="{StaticResource ExpanderHeaderSettingStyle}" Icon="">
|
<controls:Setting x:Uid="KeyboardManager_RemapKeyboardButton" Style="{StaticResource ExpanderHeaderSettingStyle}" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<FontIcon Glyph="" FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
<FontIcon Glyph="" FontSize="18" FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
</Button>
|
</Button>
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
<Button x:Uid="KeyboardManager_RemapShortcutsButton_Accessible" Style="{StaticResource SettingButtonStyle}" Command="{Binding Path=EditShortcutCommand}">
|
<Button x:Uid="KeyboardManager_RemapShortcutsButton_Accessible" Style="{StaticResource SettingButtonStyle}" Command="{Binding Path=EditShortcutCommand}">
|
||||||
<controls:Setting x:Uid="KeyboardManager_RemapShortcutsButton" Style="{StaticResource ExpanderHeaderSettingStyle}" Icon="">
|
<controls:Setting x:Uid="KeyboardManager_RemapShortcutsButton" Style="{StaticResource ExpanderHeaderSettingStyle}" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<FontIcon Glyph="" FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
<FontIcon Glyph="" FontSize="18" FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -96,7 +96,7 @@
|
|||||||
<controls:SettingsGroup x:Uid="PowerLauncher_SearchResults" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}">
|
<controls:SettingsGroup x:Uid="PowerLauncher_SearchResults" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}">
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="PowerLauncher_SearchQueryResultsWithDelay" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
<controls:Setting x:Uid="PowerLauncher_SearchQueryResultsWithDelay" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryResultsWithDelay}"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryResultsWithDelay}"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="PowerLauncher_SearchQueryTuningEnabled" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
<controls:Setting x:Uid="PowerLauncher_SearchQueryTuningEnabled" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryTuningEnabled}"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SearchQueryTuningEnabled}"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
/>-->
|
/>-->
|
||||||
|
|
||||||
<controls:SettingsGroup x:Uid="Run_PositionAppearance_GroupSettings" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}">
|
<controls:SettingsGroup x:Uid="Run_PositionAppearance_GroupSettings" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}">
|
||||||
<controls:Setting x:Uid="Run_PositionHeader" Icon="">
|
<controls:Setting x:Uid="Run_PositionHeader" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.MonitorPositionIndex}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.MonitorPositionIndex}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
||||||
<ComboBoxItem x:Uid="Run_Radio_Position_Cursor"/>
|
<ComboBoxItem x:Uid="Run_Radio_Position_Cursor"/>
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</controls:SettingExpander.Content>
|
</controls:SettingExpander.Content>
|
||||||
</controls:SettingExpander>
|
</controls:SettingExpander>
|
||||||
<controls:Setting x:Uid="PowerRename_Toggle_RestoreFlagsOnLaunch">
|
<controls:Setting x:Uid="PowerRename_Toggle_RestoreFlagsOnLaunch" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.RestoreFlagsOnLaunch}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.RestoreFlagsOnLaunch}" x:Uid="ToggleSwitch"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user