diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.cs b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.cs index 9a328995bb..ecfcda7f7d 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.cs +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.cs @@ -23,8 +23,8 @@ namespace Microsoft.PowerToys.Settings.UI.Controls this.DefaultStyleKey = typeof(Setting); } - public static readonly DependencyProperty TitleProperty = DependencyProperty.Register( - "Title", + public static readonly DependencyProperty HeaderProperty = DependencyProperty.Register( + "Header", typeof(string), typeof(Setting), new PropertyMetadata(default(string))); @@ -48,10 +48,10 @@ namespace Microsoft.PowerToys.Settings.UI.Controls null); [Localizable(true)] - public string Title + public string Header { - get => (string)GetValue(TitleProperty); - set => SetValue(TitleProperty, value); + get => (string)GetValue(HeaderProperty); + set => SetValue(HeaderProperty, value); } [Localizable(true)] diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml index 7861d9da67..475ed49610 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml @@ -27,7 +27,7 @@ - + @@ -44,16 +44,15 @@ VerticalAlignment="Center"/> - diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SidePanel/SettingsPageControl.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SidePanel/SettingsPageControl.xaml index 8433c849a5..450dc6cbf9 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SidePanel/SettingsPageControl.xaml +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SidePanel/SettingsPageControl.xaml @@ -66,9 +66,10 @@ + /> A Windows Shell extension for more advanced bulk renaming using search and replace or regular expressions. - + Shell integration This refers to directly integrating in with Windows @@ -526,10 +526,10 @@ Disabling this module or closing PowerToys will unmute the microphone and camera Settings theme - Show icon on context menu + Show PowerRename in right-click context menu - - Appear only in extended context menu (Shift + Right-click) + + Only appear in the extended context menu (Shift + Right-click) Maximum number of items @@ -552,13 +552,13 @@ Disabling this module or closing PowerToys will unmute the microphone and camera These settings allow you to manage your Windows File Explorer custom preview handlers. - + Autocomplete Open-source notice - + Enable autocomplete for the search and replace fields @@ -951,11 +951,15 @@ Made with 💗 by Microsoft and the PowerToys community. Window behavior - + Behavior - - Use Boost library (provides extended features but may use different regex syntax) + + Use Boost library + Boost is a product name, should not be translated + + + Provides extended features but may use different regex syntax Boost is a product name, should not be translated diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Themes/SettingsExpanderStyles.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Themes/SettingsExpanderStyles.xaml index db6db64b31..170096a569 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Themes/SettingsExpanderStyles.xaml +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Themes/SettingsExpanderStyles.xaml @@ -6,7 +6,6 @@ 0 - 56, 12, 40, 12 @@ -17,6 +16,7 @@ + 0,0,8,0 @@ -28,6 +28,7 @@ + @@ -35,6 +36,8 @@ + + diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml index f1368c2016..9413ea3143 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml @@ -25,7 +25,7 @@ - + @@ -17,64 +18,75 @@ - + + + + + + + + - + + + + + + + + + + + + + + - + + + + + + + + + + + + - + + + + + + + + + - - - - - - - - - - - + + + + + + +