mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
[Settings] Change icons and text (#19592)
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
@@ -88,7 +88,7 @@
|
|||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
Content=""
|
Content=""
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}">
|
FontFamily="{ThemeResource SymbolThemeFontFamily}">
|
||||||
<Button.Flyout>
|
<Button.Flyout>
|
||||||
<MenuBarItemFlyout Placement="Bottom">
|
<MenuBarItemFlyout Placement="Bottom">
|
||||||
@@ -376,7 +376,7 @@
|
|||||||
x:Uid="ToggleButton_IncludeFiles"
|
x:Uid="ToggleButton_IncludeFiles"
|
||||||
Height="31"
|
Height="31"
|
||||||
MinHeight="0"
|
MinHeight="0"
|
||||||
Content=""
|
Content=""
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
IsChecked="True"
|
IsChecked="True"
|
||||||
Style="{StaticResource CustomToggleButtonStyle}" />
|
Style="{StaticResource CustomToggleButtonStyle}" />
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
x:Uid="ToggleButton_IncludeSubFolders"
|
x:Uid="ToggleButton_IncludeSubFolders"
|
||||||
Height="31"
|
Height="31"
|
||||||
MinHeight="0"
|
MinHeight="0"
|
||||||
Content=""
|
Content=""
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
IsChecked="True"
|
IsChecked="True"
|
||||||
Style="{StaticResource CustomToggleButtonStyle}" />
|
Style="{StaticResource CustomToggleButtonStyle}" />
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
</ItemsControl.ItemTemplate>
|
</ItemsControl.ItemTemplate>
|
||||||
</ItemsControl>
|
</ItemsControl>
|
||||||
<FontIcon Glyph=""
|
<FontIcon Glyph=""
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
FontSize="14"/>
|
FontSize="14"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
@@ -217,7 +217,7 @@
|
|||||||
<value>Selected microphone</value>
|
<value>Selected microphone</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VideoConference_CameraOverlayImagePathHeader.Header" xml:space="preserve">
|
<data name="VideoConference_CameraOverlayImagePathHeader.Header" xml:space="preserve">
|
||||||
<value>Camera overlay image</value>
|
<value>Image displayed when camera is muted</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="VideoConference_ToolbarPosition.Header" xml:space="preserve">
|
<data name="VideoConference_ToolbarPosition.Header" xml:space="preserve">
|
||||||
<value>Toolbar position</value>
|
<value>Toolbar position</value>
|
||||||
@@ -673,7 +673,7 @@
|
|||||||
<value>PowerToys will launch automatically</value>
|
<value>PowerToys will launch automatically</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename.ModuleDescription" xml:space="preserve">
|
<data name="PowerRename.ModuleDescription" xml:space="preserve">
|
||||||
<value>A Windows Shell extension for more advanced bulk renaming using search and replace or regular expressions.</value>
|
<value>A Windows Shell extension for more advanced bulk renaming using search & replace or regular expressions.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename_ShellIntegration.Header" xml:space="preserve">
|
<data name="PowerRename_ShellIntegration.Header" xml:space="preserve">
|
||||||
<value>Shell integration</value>
|
<value>Shell integration</value>
|
||||||
@@ -692,9 +692,6 @@
|
|||||||
<data name="PowerRename_Toggle_ContextMenu.Header" xml:space="preserve">
|
<data name="PowerRename_Toggle_ContextMenu.Header" xml:space="preserve">
|
||||||
<value>Show PowerRename in</value>
|
<value>Show PowerRename in</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename_Toggle_ContextMenu.Description" xml:space="preserve">
|
|
||||||
<value>Press shift + right-click on files to open the extended menu</value>
|
|
||||||
</data>
|
|
||||||
<data name="PowerRename_Toggle_StandardContextMenu.Content" xml:space="preserve">
|
<data name="PowerRename_Toggle_StandardContextMenu.Content" xml:space="preserve">
|
||||||
<value>Default and extended context menu</value>
|
<value>Default and extended context menu</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -779,7 +776,7 @@
|
|||||||
<value>Open-source notice</value>
|
<value>Open-source notice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename_Toggle_AutoComplete.Header" xml:space="preserve">
|
<data name="PowerRename_Toggle_AutoComplete.Header" xml:space="preserve">
|
||||||
<value>Enable auto-complete for the search and replace fields</value>
|
<value>Enable auto-complete for the search & replace fields</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FancyZones_BorderColor.Header" xml:space="preserve">
|
<data name="FancyZones_BorderColor.Header" xml:space="preserve">
|
||||||
<value>Border color</value>
|
<value>Border color</value>
|
||||||
@@ -1216,7 +1213,7 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
|
|||||||
</data>
|
</data>
|
||||||
<data name="FancyZones_Windows.Header" xml:space="preserve">
|
<data name="FancyZones_Windows.Header" xml:space="preserve">
|
||||||
<value>Windows</value>
|
<value>Windows</value>
|
||||||
<comment>refers to a set of windows, not the product name</comment>
|
<comment>Do translate: refers to a set of application windows, not the product name</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename_BehaviorHeader.Header" xml:space="preserve">
|
<data name="PowerRename_BehaviorHeader.Header" xml:space="preserve">
|
||||||
<value>Behavior</value>
|
<value>Behavior</value>
|
||||||
@@ -1336,7 +1333,7 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
|
|||||||
<value>Additional options</value>
|
<value>Additional options</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Run_NotAccessibleWarning.Title" xml:space="preserve">
|
<data name="Run_NotAccessibleWarning.Title" xml:space="preserve">
|
||||||
<value>Please define an activation command or allow this plugin for the global results to use it.</value>
|
<value>Please define an activation command or allow this plugin to be used in the global results.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Run_AllPluginsDisabled.Title" xml:space="preserve">
|
<data name="Run_AllPluginsDisabled.Title" xml:space="preserve">
|
||||||
<value>PowerToys Run can't provide any results without plugins</value>
|
<value>PowerToys Run can't provide any results without plugins</value>
|
||||||
@@ -1676,7 +1673,7 @@ From there, simply click on one of the supported files in the File Explorer and
|
|||||||
<value>Downloading...</value>
|
<value>Downloading...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="General_TryAgainToDownloadAndInstall.Content" xml:space="preserve">
|
<data name="General_TryAgainToDownloadAndInstall.Content" xml:space="preserve">
|
||||||
<value>Try again to download & install</value>
|
<value>Try again to download and install</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="General_CheckingForUpdates.Text" xml:space="preserve">
|
<data name="General_CheckingForUpdates.Text" xml:space="preserve">
|
||||||
<value>Checking for updates...</value>
|
<value>Checking for updates...</value>
|
||||||
@@ -1688,7 +1685,7 @@ From there, simply click on one of the supported files in the File Explorer and
|
|||||||
<value>PowerToys is up to date</value>
|
<value>PowerToys is up to date</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="General_DownloadAndInstall.Content" xml:space="preserve">
|
<data name="General_DownloadAndInstall.Content" xml:space="preserve">
|
||||||
<value>Download and install</value>
|
<value>Download & install</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ImageResizer_Fit_Fill_ThirdPersonSingular" xml:space="preserve">
|
<data name="ImageResizer_Fit_Fill_ThirdPersonSingular" xml:space="preserve">
|
||||||
<value>Fills</value>
|
<value>Fills</value>
|
||||||
@@ -2003,11 +2000,11 @@ From there, simply click on one of the supported files in the File Explorer and
|
|||||||
<value>Customize the shortcut to turn on or off this mode</value>
|
<value>Customize the shortcut to turn on or off this mode</value>
|
||||||
<comment>"Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse.</comment>
|
<comment>"Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MouseUtils_MouseHighlighter_LeftButtonClickColor.Header" xml:space="preserve">
|
<data name="MouseUtils_MouseHighlighter_PrimaryButtonClickColor.Header" xml:space="preserve">
|
||||||
<value>Left button highlight color</value>
|
<value>Primary button highlight color</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MouseUtils_MouseHighlighter_RightButtonClickColor.Header" xml:space="preserve">
|
<data name="MouseUtils_MouseHighlighter_SecondaryButtonClickColor.Header" xml:space="preserve">
|
||||||
<value>Right button highlight color</value>
|
<value>Secondary button highlight color</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MouseUtils_MouseHighlighter_HighlightOpacity.Header" xml:space="preserve">
|
<data name="MouseUtils_MouseHighlighter_HighlightOpacity.Header" xml:space="preserve">
|
||||||
<value>Opacity (%)</value>
|
<value>Opacity (%)</value>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<controls:SettingsGroup x:Uid="AlwaysOnTop_Behavior_GroupSettings" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="AlwaysOnTop_Behavior_GroupSettings" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" x:Uid="AlwaysOnTop_FrameEnabled">
|
<controls:Setting Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" x:Uid="AlwaysOnTop_FrameEnabled">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.FrameEnabled}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.FrameEnabled}" x:Uid="ToggleSwitch"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<controls:SettingsGroup x:Uid="Awake_Behavior_GroupSettings" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="Awake_Behavior_GroupSettings" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
|
|
||||||
<controls:Setting x:Uid="Awake_Mode" Icon="" >
|
<controls:Setting x:Uid="Awake_Mode" Icon="" >
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}"
|
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
SelectedIndex="{x:Bind Path=ViewModel.Mode, Mode=TwoWay, Converter={StaticResource AwakeModeToIntConverter}}">
|
SelectedIndex="{x:Bind Path=ViewModel.Mode, Mode=TwoWay, Converter={StaticResource AwakeModeToIntConverter}}">
|
||||||
|
|||||||
@@ -17,133 +17,137 @@
|
|||||||
<StackPanel Orientation="Vertical"
|
<StackPanel Orientation="Vertical"
|
||||||
x:Name="ColorPickerView">
|
x:Name="ColorPickerView">
|
||||||
|
|
||||||
<controls:Setting x:Uid="ColorPicker_EnableColorPicker">
|
<controls:Setting x:Uid="ColorPicker_EnableColorPicker">
|
||||||
<controls:Setting.Icon>
|
<controls:Setting.Icon>
|
||||||
<BitmapIcon UriSource="ms-appx:///Assets/FluentIcons/FluentIconsColorPicker.png" ShowAsMonochrome="False" />
|
<BitmapIcon UriSource="ms-appx:///Assets/FluentIcons/FluentIconsColorPicker.png" ShowAsMonochrome="False" />
|
||||||
</controls:Setting.Icon>
|
</controls:Setting.Icon>
|
||||||
|
<controls:Setting.ActionContent>
|
||||||
|
<ToggleSwitch IsOn="{x:Bind ViewModel.IsEnabled, Mode=TwoWay}" x:Uid="ToggleSwitch" />
|
||||||
|
</controls:Setting.ActionContent>
|
||||||
|
</controls:Setting>
|
||||||
|
|
||||||
|
<controls:SettingsGroup x:Uid="Shortcut" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
|
<controls:Setting x:Uid="Activation_Shortcut" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind ViewModel.IsEnabled, Mode=TwoWay}" x:Uid="ToggleSwitch" />
|
<controls:ShortcutControl MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
|
HotkeySettings="{x:Bind Path=ViewModel.ActivationShortcut, Mode=TwoWay}"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|
||||||
<controls:SettingsGroup x:Uid="Shortcut" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:Setting x:Uid="ColorPicker_ActivationAction" Icon="" >
|
||||||
<controls:Setting x:Uid="Activation_Shortcut" Icon="">
|
<controls:Setting.ActionContent>
|
||||||
<controls:Setting.ActionContent>
|
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
<controls:ShortcutControl MinWidth="{StaticResource SettingActionControlMinWidth}"
|
SelectedIndex="{x:Bind Path=ViewModel.ActivationBehavior, Mode=TwoWay}" >
|
||||||
HotkeySettings="{x:Bind Path=ViewModel.ActivationShortcut, Mode=TwoWay}"/>
|
<ComboBoxItem x:Uid="EditorFirst"/>
|
||||||
</controls:Setting.ActionContent>
|
<ComboBoxItem x:Uid="ColorPickerFirst"/>
|
||||||
</controls:Setting>
|
<ComboBoxItem x:Uid="ColorPickerOnly"/>
|
||||||
|
</ComboBox>
|
||||||
|
</controls:Setting.ActionContent>
|
||||||
|
</controls:Setting>
|
||||||
|
</controls:SettingsGroup>
|
||||||
|
|
||||||
<controls:Setting x:Uid="ColorPicker_ActivationAction" Icon="" >
|
<controls:SettingsGroup x:Uid="ColorFormats" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting x:Uid="ColorPicker_CopiedColorRepresentation" Icon="">
|
||||||
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}"
|
<controls:Setting.ActionContent>
|
||||||
SelectedIndex="{x:Bind Path=ViewModel.ActivationBehavior, Mode=TwoWay}" >
|
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
<ComboBoxItem x:Uid="EditorFirst"/>
|
x:Name="ColorPicker_ComboBox"
|
||||||
<ComboBoxItem x:Uid="ColorPickerFirst"/>
|
HorizontalAlignment="Left"
|
||||||
<ComboBoxItem x:Uid="ColorPickerOnly"/>
|
DisplayMemberPath="Value"
|
||||||
</ComboBox>
|
ItemsSource="{Binding SelectableColorRepresentations}"
|
||||||
</controls:Setting.ActionContent>
|
Loaded="ColorPicker_ComboBox_Loaded"
|
||||||
</controls:Setting>
|
SelectedValue="{Binding SelectedColorRepresentationValue, Mode=TwoWay}"
|
||||||
</controls:SettingsGroup>
|
SelectedValuePath="Key" />
|
||||||
|
</controls:Setting.ActionContent>
|
||||||
<controls:SettingsGroup x:Uid="ColorFormats" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
</controls:Setting>
|
||||||
<controls:Setting x:Uid="ColorPicker_CopiedColorRepresentation" Icon="">
|
|
||||||
<controls:Setting.ActionContent>
|
|
||||||
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}"
|
|
||||||
x:Name="ColorPicker_ComboBox"
|
|
||||||
HorizontalAlignment="Left"
|
|
||||||
DisplayMemberPath="Value"
|
|
||||||
ItemsSource="{Binding SelectableColorRepresentations}"
|
|
||||||
Loaded="ColorPicker_ComboBox_Loaded"
|
|
||||||
SelectedValue="{Binding SelectedColorRepresentationValue, Mode=TwoWay}"
|
|
||||||
SelectedValuePath="Key" />
|
|
||||||
</controls:Setting.ActionContent>
|
|
||||||
</controls:Setting>
|
|
||||||
|
|
||||||
|
|
||||||
<controls:Setting x:Uid="ColorPicker_ShowColorName">
|
<controls:Setting x:Uid="ColorPicker_ShowColorName">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{Binding ShowColorName, Mode=TwoWay}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{Binding ShowColorName, Mode=TwoWay}" x:Uid="ToggleSwitch"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
<!--
|
<!--
|
||||||
Disabling this until we have a safer way to reset cursor as
|
Disabling this until we have a safer way to reset cursor as
|
||||||
we can hit a state where the cursor doesn't reset
|
we can hit a state where the cursor doesn't reset
|
||||||
|
|
||||||
<CheckBox x:Uid="ColorPicker_ChangeCursor"
|
<CheckBox x:Uid="ColorPicker_ChangeCursor"
|
||||||
IsChecked="{Binding ChangeCursor, Mode=TwoWay}"
|
IsChecked="{Binding ChangeCursor, Mode=TwoWay}"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
IsEnabled="{Binding IsEnabled}"/>
|
IsEnabled="{Binding IsEnabled}"/>
|
||||||
-->
|
-->
|
||||||
</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" -->
|
||||||
<ListView ItemsSource="{Binding ColorFormats, Mode=TwoWay}"
|
<ListView ItemsSource="{Binding ColorFormats, Mode=TwoWay}"
|
||||||
AutomationProperties.Name="{Binding ElementName=ColorFormatsSetting, Path=Header}"
|
AutomationProperties.Name="{Binding ElementName=ColorFormatsSetting, Path=Header}"
|
||||||
SelectionMode="None"
|
SelectionMode="None"
|
||||||
HorizontalAlignment="Stretch">
|
HorizontalAlignment="Stretch">
|
||||||
<ListView.ItemTemplate>
|
<ListView.ItemTemplate>
|
||||||
<DataTemplate x:DataType="models:ColorFormatModel">
|
<DataTemplate x:DataType="models:ColorFormatModel">
|
||||||
<Grid AutomationProperties.Name="{x:Bind Name}"
|
<Grid AutomationProperties.Name="{x:Bind Name}"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Background="{ThemeResource CardBackgroundBrush}"
|
Background="{ThemeResource CardBackgroundBrush}"
|
||||||
BorderThickness="{ThemeResource CardBorderThickness}"
|
BorderThickness="{ThemeResource CardBorderThickness}"
|
||||||
BorderBrush="{ThemeResource CardBorderBrush}"
|
BorderBrush="{ThemeResource CardBorderBrush}"
|
||||||
CornerRadius="{ThemeResource ControlCornerRadius}"
|
CornerRadius="{ThemeResource ControlCornerRadius}"
|
||||||
Padding="0,0,16,0"
|
Padding="0,0,16,0"
|
||||||
MinHeight="68">
|
MinHeight="68">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<TextBlock FontWeight="SemiBold"
|
<TextBlock FontWeight="SemiBold"
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
Margin="56,8,0,0"
|
Margin="56,8,0,0"
|
||||||
Text="{x:Bind Name}"/>
|
Text="{x:Bind Name}"/>
|
||||||
<TextBlock Style="{StaticResource SecondaryTextStyle}"
|
<TextBlock Style="{StaticResource SecondaryTextStyle}"
|
||||||
Text="{x:Bind Example}"
|
Text="{x:Bind Example}"
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Margin="56,0,0,8"/>
|
Margin="56,0,0,8"/>
|
||||||
<ToggleSwitch IsOn="{x:Bind IsShown, Mode=TwoWay}"
|
<ToggleSwitch IsOn="{x:Bind IsShown, Mode=TwoWay}"
|
||||||
OnContent=""
|
OnContent=""
|
||||||
OffContent=""
|
OffContent=""
|
||||||
Grid.RowSpan="2"
|
Grid.RowSpan="2"
|
||||||
x:Uid="Enable_ColorFormat"
|
x:Uid="Enable_ColorFormat"
|
||||||
AutomationProperties.HelpText="{x:Bind Name}"
|
AutomationProperties.HelpText="{x:Bind Name}"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Margin="0,0,56,0"/>
|
Margin="0,0,56,0"/>
|
||||||
|
|
||||||
<Button Background="Transparent"
|
<Button Background="Transparent"
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
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 x:Uid="MoveUp" IsEnabled="{x:Bind CanMoveUp}" Click="ReorderButtonUp_Click">
|
||||||
<MenuFlyoutItem IsEnabled="{x:Bind CanMoveDown}" x:Uid="MoveDown" Click="ReorderButtonDown_Click">
|
|
||||||
<MenuFlyoutItem.Icon>
|
<MenuFlyoutItem.Icon>
|
||||||
<FontIcon Glyph="" />
|
<FontIcon Glyph="" />
|
||||||
|
</MenuFlyoutItem.Icon>
|
||||||
|
</MenuFlyoutItem>
|
||||||
|
<MenuFlyoutItem x:Uid="MoveDown" IsEnabled="{x:Bind CanMoveDown}" Click="ReorderButtonDown_Click">
|
||||||
|
<MenuFlyoutItem.Icon>
|
||||||
|
<FontIcon Glyph="" />
|
||||||
</MenuFlyoutItem.Icon>
|
</MenuFlyoutItem.Icon>
|
||||||
</MenuFlyoutItem>
|
</MenuFlyoutItem>
|
||||||
</MenuFlyout>
|
</MenuFlyout>
|
||||||
</Button.Flyout>
|
</Button.Flyout>
|
||||||
<ToolTipService.ToolTip>
|
<ToolTipService.ToolTip>
|
||||||
<TextBlock x:Uid="More_Options_ButtonTooltip" />
|
<TextBlock x:Uid="More_Options_ButtonTooltip" />
|
||||||
</ToolTipService.ToolTip>
|
</ToolTipService.ToolTip>
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
</ListView.ItemTemplate>
|
</ListView.ItemTemplate>
|
||||||
</ListView>
|
</ListView>
|
||||||
</controls:SettingsGroup>
|
</controls:SettingsGroup>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</controls:SettingsPageControl.ModuleContent>
|
</controls:SettingsPageControl.ModuleContent>
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
<controls:SettingsGroup x:Uid="FancyZones_Zones" x:Name="ZonesSettingsGroup" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="FancyZones_Zones" x:Name="ZonesSettingsGroup" 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_ZoneBehavior_GroupSettings" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" />
|
<controls:Setting x:Uid="FancyZones_ZoneBehavior_GroupSettings" Style="{StaticResource ExpanderHeaderSettingStyle}" />
|
||||||
</controls:SettingExpander.Header>
|
</controls:SettingExpander.Header>
|
||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
|
|
||||||
<controls:Setting x:Uid="FancyZones_Zone_Appearance" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
<controls:Setting x:Uid="FancyZones_Zone_Appearance" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" >
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.SystemTheme, Converter={StaticResource BoolToComboBoxIndexConverter}}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.SystemTheme, Converter={StaticResource BoolToComboBoxIndexConverter}}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
||||||
<ComboBoxItem x:Uid="FancyZones_Radio_Custom_Colors"/>
|
<ComboBoxItem x:Uid="FancyZones_Radio_Custom_Colors"/>
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="FancyZones_WindowBehavior_GroupSettings" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}" />
|
<controls:Setting x:Uid="FancyZones_WindowBehavior_GroupSettings" Style="{StaticResource ExpanderHeaderSettingStyle}" />
|
||||||
</controls:SettingExpander.Header>
|
</controls:SettingExpander.Header>
|
||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
|
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="FancyZones_WindowSwitching_GroupSettings" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
<controls:Setting x:Uid="FancyZones_WindowSwitching_GroupSettings" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.WindowSwitching}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.WindowSwitching}" 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>
|
||||||
|
|||||||
@@ -154,8 +154,8 @@
|
|||||||
</muxc:InfoBar.Content>
|
</muxc:InfoBar.Content>
|
||||||
<muxc:InfoBar.ActionButton>
|
<muxc:InfoBar.ActionButton>
|
||||||
<HyperlinkButton x:Uid="SeeWhatsNew"
|
<HyperlinkButton x:Uid="SeeWhatsNew"
|
||||||
NavigateUri="{Binding PowerToysNewAvailableVersionLink}"
|
NavigateUri="{Binding PowerToysNewAvailableVersionLink}"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Style="{StaticResource TextButtonStyle}"/>
|
Style="{StaticResource TextButtonStyle}"/>
|
||||||
</muxc:InfoBar.ActionButton>
|
</muxc:InfoBar.ActionButton>
|
||||||
</muxc:InfoBar>
|
</muxc:InfoBar>
|
||||||
@@ -172,12 +172,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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_Running_As" Icon="" Header="{Binding Mode=OneWay, Path=RunningAsText}" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
||||||
|
<controls:Setting.Description>
|
||||||
|
<HyperlinkButton NavigateUri="https://aka.ms/powertoysDetectedElevatedHelp" x:Uid="GeneralPage_ToggleSwitch_AlwaysRunElevated_Link"/>
|
||||||
|
</controls:Setting.Description>
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<Button x:Uid="GeneralPage_RestartAsAdmin_Button"
|
<Button x:Uid="GeneralPage_RestartAsAdmin_Button"
|
||||||
Command = "{Binding RestartElevatedButtonEventHandler}"
|
Command = "{Binding RestartElevatedButtonEventHandler}"
|
||||||
@@ -188,24 +189,15 @@
|
|||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
<StackPanel Orientation="Vertical">
|
<StackPanel Orientation="Vertical">
|
||||||
<controls:Setting x:Uid="GeneralSettings_AlwaysRunAsAdminText" IsEnabled="{Binding Mode=OneWay, Path=IsElevated}" Style="{StaticResource ExpanderContentSettingStyle}">
|
<controls:Setting x:Uid="GeneralSettings_AlwaysRunAsAdminText" IsEnabled="{Binding Mode=OneWay, Path=IsElevated}" Style="{StaticResource ExpanderContentSettingStyle}">
|
||||||
<controls:Setting.Description>
|
|
||||||
<HyperlinkButton NavigateUri="https://aka.ms/powertoysDetectedElevatedHelp"
|
|
||||||
Visibility="{Binding Mode=OneWay, Path=IsElevated}"
|
|
||||||
x:Uid="GeneralPage_ToggleSwitch_AlwaysRunElevated_Link"/>
|
|
||||||
</controls:Setting.Description>
|
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ToggleSwitch IsOn="{Binding Mode=TwoWay, Path=RunElevated}" x:Uid="ToggleSwitch"/>
|
<ToggleSwitch IsOn="{Binding Mode=TwoWay, Path=RunElevated}" x:Uid="ToggleSwitch"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
<muxc:InfoBar x:Uid="General_RunAsAdminRequired"
|
<muxc:InfoBar x:Uid="General_RunAsAdminRequired"
|
||||||
Severity="Warning"
|
Severity="Warning"
|
||||||
IsTabStop="{Binding Mode=OneWay, Path=IsElevated, Converter={StaticResource NegationConverter}}"
|
IsTabStop="{Binding Mode=OneWay, Path=IsElevated, Converter={StaticResource NegationConverter}}"
|
||||||
IsClosable="False"
|
IsClosable="False"
|
||||||
IsOpen="{Binding Mode=OneWay, Path=IsElevated, Converter={StaticResource NegationConverter}}">
|
IsOpen="{Binding Mode=OneWay, Path=IsElevated, Converter={StaticResource NegationConverter}}">
|
||||||
<muxc:InfoBar.ActionButton>
|
|
||||||
<HyperlinkButton NavigateUri="https://aka.ms/powertoysDetectedElevatedHelp"
|
|
||||||
x:Uid="GeneralPage_ToggleSwitch_AlwaysRunElevated_Link"/>
|
|
||||||
</muxc:InfoBar.ActionButton>
|
|
||||||
</muxc:InfoBar>
|
</muxc:InfoBar>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</controls:SettingExpander.Content>
|
</controls:SettingExpander.Content>
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
<toolkitconverters:BoolToObjectConverter x:Key="BoolToComboBoxIndexConverter" TrueValue="0" FalseValue="1"/>
|
<toolkitconverters:BoolToObjectConverter x:Key="BoolToComboBoxIndexConverter" TrueValue="0" FalseValue="1"/>
|
||||||
</Page.Resources>
|
</Page.Resources>
|
||||||
<controls:SettingsPageControl x:Uid="ImageResizer"
|
<controls:SettingsPageControl x:Uid="ImageResizer"
|
||||||
|
|
||||||
ModuleImageSource="ms-appx:///Assets/Modules/ImageResizer.png">
|
ModuleImageSource="ms-appx:///Assets/Modules/ImageResizer.png">
|
||||||
<controls:SettingsPageControl.ModuleContent>
|
<controls:SettingsPageControl.ModuleContent>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
@@ -34,7 +33,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<controls:SettingsGroup x:Uid="ImageResizer_CustomSizes" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="ImageResizer_CustomSizes" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
<controls:Setting x:Uid="ImageResizer_Presets" Icon="">
|
<controls:Setting x:Uid="ImageResizer_Presets" Icon="">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<Button x:Uid="ImageResizer_AddSizeButton" Click="AddSizeButton_Click" Style="{ThemeResource AccentButtonStyle}" />
|
<Button x:Uid="ImageResizer_AddSizeButton" Click="AddSizeButton_Click" Style="{ThemeResource AccentButtonStyle}" />
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
|
|||||||
@@ -182,13 +182,10 @@
|
|||||||
Margin="16,0,0,0"
|
Margin="16,0,0,0"
|
||||||
CornerRadius="12">
|
CornerRadius="12">
|
||||||
<Border.Background>
|
<Border.Background>
|
||||||
<SolidColorBrush Color="{ThemeResource SystemAccentColorLight3}"
|
<SolidColorBrush Color="{ThemeResource SystemAccentColor}"
|
||||||
Opacity="0.3"/>
|
Opacity="0.3"/>
|
||||||
</Border.Background>
|
</Border.Background>
|
||||||
<TextBlock Text="{x:Bind TargetApp}"
|
<TextBlock Text="{x:Bind TargetApp}"/>
|
||||||
Foreground="{ThemeResource SystemAccentColorDark1}"
|
|
||||||
FontWeight="SemiBold"
|
|
||||||
FontSize="12" />
|
|
||||||
</Border>
|
</Border>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
</controls:SettingExpander>
|
</controls:SettingExpander>
|
||||||
<controls:SettingExpander IsEnabled="{x:Bind ViewModel.IsFindMyMouseEnabled, Mode=OneWay}" IsExpanded="False" >
|
<controls:SettingExpander IsEnabled="{x:Bind ViewModel.IsFindMyMouseEnabled, Mode=OneWay}" IsExpanded="False" >
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="ShortcutGuide_Appearance_Behavior" Icon="" />
|
<controls:Setting x:Uid="ShortcutGuide_Appearance_Behavior" Icon="" />
|
||||||
</controls:SettingExpander.Header>
|
</controls:SettingExpander.Header>
|
||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
@@ -158,20 +158,20 @@
|
|||||||
|
|
||||||
<controls:SettingExpander IsEnabled="{x:Bind ViewModel.IsMouseHighlighterEnabled, Mode=OneWay}" IsExpanded="False" >
|
<controls:SettingExpander IsEnabled="{x:Bind ViewModel.IsMouseHighlighterEnabled, Mode=OneWay}" IsExpanded="False" >
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="ShortcutGuide_Appearance_Behavior" Icon="" />
|
<controls:Setting x:Uid="ShortcutGuide_Appearance_Behavior" Icon="" />
|
||||||
</controls:SettingExpander.Header>
|
</controls:SettingExpander.Header>
|
||||||
|
|
||||||
|
|
||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
|
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<controls:Setting x:Uid="MouseUtils_MouseHighlighter_LeftButtonClickColor" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsMouseHighlighterEnabled}" Style="{StaticResource ExpanderContentSettingStyle}">
|
<controls:Setting x:Uid="MouseUtils_MouseHighlighter_PrimaryButtonClickColor" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsMouseHighlighterEnabled}" Style="{StaticResource ExpanderContentSettingStyle}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<controls:ColorPickerButton SelectedColor="{x:Bind Path=ViewModel.MouseHighlighterLeftButtonClickColor, Mode=TwoWay}" />
|
<controls:ColorPickerButton SelectedColor="{x:Bind Path=ViewModel.MouseHighlighterLeftButtonClickColor, Mode=TwoWay}" />
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|
||||||
<controls:Setting x:Uid="MouseUtils_MouseHighlighter_RightButtonClickColor" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsMouseHighlighterEnabled}" Style="{StaticResource ExpanderContentSettingStyle}">
|
<controls:Setting x:Uid="MouseUtils_MouseHighlighter_SecondaryButtonClickColor" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsMouseHighlighterEnabled}" Style="{StaticResource ExpanderContentSettingStyle}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<controls:ColorPickerButton SelectedColor="{x:Bind Path=ViewModel.MouseHighlighterRightButtonClickColor, Mode=TwoWay}" />
|
<controls:ColorPickerButton SelectedColor="{x:Bind Path=ViewModel.MouseHighlighterRightButtonClickColor, Mode=TwoWay}" />
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
<controls:SettingExpander IsEnabled="{x:Bind ViewModel.IsMousePointerCrosshairsEnabled, Mode=OneWay}" IsExpanded="False" >
|
<controls:SettingExpander IsEnabled="{x:Bind ViewModel.IsMousePointerCrosshairsEnabled, Mode=OneWay}" IsExpanded="False" >
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="ShortcutGuide_Appearance_Behavior" Icon="" />
|
<controls:Setting x:Uid="ShortcutGuide_Appearance_Behavior" Icon="" />
|
||||||
</controls:SettingExpander.Header>
|
</controls:SettingExpander.Header>
|
||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
|
|||||||
@@ -136,7 +136,7 @@
|
|||||||
</controls:SettingExpander>
|
</controls:SettingExpander>
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="PowerLauncher_MaximumNumberOfResults" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
<controls:Setting x:Uid="PowerLauncher_MaximumNumberOfResults" Icon="" Style="{StaticResource ExpanderHeaderSettingStyle}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<muxc:NumberBox Value="{Binding Mode=TwoWay, Path=MaximumNumberOfResults}"
|
<muxc:NumberBox Value="{Binding Mode=TwoWay, Path=MaximumNumberOfResults}"
|
||||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
@@ -152,7 +152,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>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<controls:Setting x:Uid="Activation_Shortcut" Icon="" Visibility="{x:Bind Mode=OneWay, Path=ViewModel.UseLegacyPressWinKeyBehavior, Converter={StaticResource FalseToVisibleConverter}}">
|
<controls:Setting x:Uid="Activation_Shortcut" Icon="" Visibility="{x:Bind Mode=OneWay, Path=ViewModel.UseLegacyPressWinKeyBehavior, Converter={StaticResource FalseToVisibleConverter}}">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<controls:ShortcutControl HotkeySettings="{x:Bind Path=ViewModel.OpenShortcutGuide, Mode=TwoWay}"
|
<controls:ShortcutControl HotkeySettings="{x:Bind Path=ViewModel.OpenShortcutGuide, Mode=TwoWay}"
|
||||||
MinWidth="{StaticResource SettingActionControlMinWidth}"/>
|
MinWidth="{StaticResource SettingActionControlMinWidth}"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|
||||||
@@ -66,35 +66,34 @@
|
|||||||
x:Uid="ShortcutGuide_PressWinKeyWarning"
|
x:Uid="ShortcutGuide_PressWinKeyWarning"
|
||||||
Severity="Warning"
|
Severity="Warning"
|
||||||
IsTabStop="True"
|
IsTabStop="True"
|
||||||
IsOpen="{x:Bind Mode=OneWay, Path=ViewModel.UseLegacyPressWinKeyBehavior}"
|
|
||||||
IsClosable="False"
|
IsClosable="False"
|
||||||
|
IsOpen="{x:Bind Mode=OneWay, Path=ViewModel.UseLegacyPressWinKeyBehavior}"
|
||||||
|
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</controls:SettingsGroup>
|
</controls:SettingsGroup>
|
||||||
|
|
||||||
<controls:SettingsGroup x:Uid="ShortcutGuide_Appearance_Behavior" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
<controls:SettingsGroup x:Uid="ShortcutGuide_Appearance_Behavior" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}">
|
||||||
|
|
||||||
<controls:Setting x:Uid="ColorModeHeader" Icon="">
|
<controls:Setting x:Uid="ColorModeHeader" Icon="">
|
||||||
<controls:Setting.Description>
|
<controls:Setting.Description>
|
||||||
<HyperlinkButton Click="OpenColorsSettings_Click"
|
<HyperlinkButton Click="OpenColorsSettings_Click"
|
||||||
x:Uid="Windows_Color_Settings"/>
|
x:Uid="Windows_Color_Settings"/>
|
||||||
</controls:Setting.Description>
|
</controls:Setting.Description>
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.ThemeIndex}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
<ComboBox SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.ThemeIndex}" MinWidth="{StaticResource SettingActionControlMinWidth}">
|
||||||
<ComboBoxItem x:Uid="Radio_Theme_Dark"/>
|
<ComboBoxItem x:Uid="Radio_Theme_Dark"/>
|
||||||
<ComboBoxItem x:Uid="Radio_Theme_Light"/>
|
<ComboBoxItem x:Uid="Radio_Theme_Light"/>
|
||||||
<ComboBoxItem x:Uid="Radio_Theme_Default"/>
|
<ComboBoxItem x:Uid="Radio_Theme_Default"/>
|
||||||
</ComboBox>
|
</ComboBox>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|
||||||
|
|
||||||
<controls:Setting x:Uid="ShortcutGuide_OverlayOpacity">
|
<controls:Setting x:Uid="ShortcutGuide_OverlayOpacity">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<Slider Minimum="0"
|
<Slider Minimum="0"
|
||||||
Maximum="100"
|
Maximum="100"
|
||||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||||
Value="{x:Bind Mode=TwoWay, Path=ViewModel.OverlayOpacity}"/>
|
Value="{x:Bind Mode=TwoWay, Path=ViewModel.OverlayOpacity}"/>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
</controls:SettingsGroup>
|
</controls:SettingsGroup>
|
||||||
@@ -106,15 +105,15 @@
|
|||||||
</controls:SettingExpander.Header>
|
</controls:SettingExpander.Header>
|
||||||
<controls:SettingExpander.Content>
|
<controls:SettingExpander.Content>
|
||||||
<TextBox x:Uid="ShortcutGuide_DisabledApps_TextBoxControl"
|
<TextBox x:Uid="ShortcutGuide_DisabledApps_TextBoxControl"
|
||||||
Margin="{StaticResource ExpanderSettingMargin}"
|
Margin="{StaticResource ExpanderSettingMargin}"
|
||||||
Text="{x:Bind Mode=TwoWay, Path=ViewModel.DisabledApps, UpdateSourceTrigger=PropertyChanged}"
|
Text="{x:Bind Mode=TwoWay, Path=ViewModel.DisabledApps, UpdateSourceTrigger=PropertyChanged}"
|
||||||
ScrollViewer.VerticalScrollBarVisibility ="Visible"
|
ScrollViewer.VerticalScrollBarVisibility ="Visible"
|
||||||
ScrollViewer.VerticalScrollMode="Enabled"
|
ScrollViewer.VerticalScrollMode="Enabled"
|
||||||
ScrollViewer.IsVerticalRailEnabled="True"
|
ScrollViewer.IsVerticalRailEnabled="True"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
AcceptsReturn="True"
|
AcceptsReturn="True"
|
||||||
MinWidth="240"
|
MinWidth="240"
|
||||||
MinHeight="160" />
|
MinHeight="160" />
|
||||||
</controls:SettingExpander.Content>
|
</controls:SettingExpander.Content>
|
||||||
</controls:SettingExpander>
|
</controls:SettingExpander>
|
||||||
</controls:SettingsGroup>
|
</controls:SettingsGroup>
|
||||||
|
|||||||
@@ -122,7 +122,7 @@
|
|||||||
|
|
||||||
<controls:SettingExpander IsExpanded="True">
|
<controls:SettingExpander IsExpanded="True">
|
||||||
<controls:SettingExpander.Header>
|
<controls:SettingExpander.Header>
|
||||||
<controls:Setting x:Uid="VideoConference_ToolbarPosition" Icon="">
|
<controls:Setting x:Uid="VideoConference_ToolbarPosition">
|
||||||
<controls:Setting.ActionContent>
|
<controls:Setting.ActionContent>
|
||||||
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}" SelectedIndex="{ Binding Mode=TwoWay, Path=ToolbarPositionIndex}">
|
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}" SelectedIndex="{ Binding Mode=TwoWay, Path=ToolbarPositionIndex}">
|
||||||
<ComboBoxItem x:Uid="VideoConference_ToolbarPosition_TopLeftCorner"/>
|
<ComboBoxItem x:Uid="VideoConference_ToolbarPosition_TopLeftCorner"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user