mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 17:42:45 +08:00
xaml adjustments, including contributors (#2118)
* xaml adjustments * verbage change.
This commit is contained in:
parent
a88d66b48b
commit
95eb17bdb7
@ -121,25 +121,22 @@
|
|||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About this feature"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
<Image Source="https://user-images.githubusercontent.com/9866362/77859136-f04ae880-7207-11ea-8a7f-4295342fe319.gif" />
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
<HyperlinkButton Content="Module overview" NavigateUri="https://github.com/microsoft/PowerToys/blob/master/src/modules/fancyzones/README.md"/>
|
<Image
|
||||||
<HyperlinkButton Content="Give feedback"/>
|
Source="https://user-images.githubusercontent.com/9866362/77859136-f04ae880-7207-11ea-8a7f-4295342fe319.gif" />
|
||||||
|
<HyperlinkButton
|
||||||
<TextBlock Text="Contributors"
|
Content="Module overview"
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
NavigateUri="https://github.com/microsoft/PowerToys/blob/master/src/modules/fancyzones/README.md"/>
|
||||||
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
@ -56,7 +56,11 @@
|
|||||||
<TextBlock Text="PowerToys currently respects the Windows data & feedback setting" Opacity="0.8" Margin="0,0,0,0" />
|
<TextBlock Text="PowerToys currently respects the Windows data & feedback setting" Opacity="0.8" Margin="0,0,0,0" />
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button Content="Restart as admin" Margin="{StaticResource SmallTopMargin}" Style="{StaticResource AccentButtonStyle}" Click="Restart_Elevated" />
|
<Button
|
||||||
|
Content="Restart as admin"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
|
Click="Restart_Elevated" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<TextBlock Text="Default apps" Style="{StaticResource SubtitleTextBlockStyle}" Margin="0,34,0,8"/>
|
<TextBlock Text="Default apps" Style="{StaticResource SubtitleTextBlockStyle}" Margin="0,34,0,8"/>
|
||||||
@ -70,29 +74,40 @@
|
|||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About PowerToys"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About PowerToys"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
<TextBlock Text="Version 0.15.2" FontWeight="Bold" Margin="{StaticResource SmallTopMargin}" />
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
<Button Content="Check for updates" Margin="{StaticResource SmallTopMargin}" Foreground="White" Style="{StaticResource AccentButtonStyle}" Click="CheckForUpdates_Click" />
|
<TextBlock
|
||||||
|
Text="Version 0.15.2"
|
||||||
|
FontWeight="Bold"
|
||||||
|
Margin="{StaticResource SmallTopMargin}" />
|
||||||
|
<Button
|
||||||
|
Content="Check for updates"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
|
Click="CheckForUpdates_Click" />
|
||||||
|
|
||||||
<HyperlinkButton Content="Report a bug" NavigateUri="https://github.com/microsoft/PowerToys/issues" Margin="{StaticResource SmallTopMargin}" />
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Request a feature" NavigateUri="https://github.com/microsoft/PowerToys/issues"/>
|
Content="Report a bug"
|
||||||
<HyperlinkButton Content="Privacy statement" NavigateUri=" http://go.microsoft.com/fwlink/?LinkId=521839" />
|
NavigateUri="https://github.com/microsoft/PowerToys/issues"
|
||||||
|
Margin="{StaticResource SmallTopMargin}" />
|
||||||
|
<HyperlinkButton
|
||||||
|
Content="Request a feature"
|
||||||
<!--<TextBlock Text="Contributors" Style="{StaticResource SettingsGroupTitleStyle}"/>
|
NavigateUri="https://github.com/microsoft/PowerToys/issues"/>
|
||||||
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
Content="Privacy statement"
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
NavigateUri="http://go.microsoft.com/fwlink/?LinkId=521839" />
|
||||||
<HyperlinkButton Content="Contributor name"/>-->
|
<HyperlinkButton
|
||||||
|
Content="Open-source notice"
|
||||||
|
NavigateUri="https://github.com/microsoft/PowerToys/blob/master/NOTICE.md" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
||||||
|
@ -171,25 +171,27 @@
|
|||||||
Margin="{StaticResource SmallTopMargin}"/>
|
Margin="{StaticResource SmallTopMargin}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About this feature"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
|
|
||||||
<HyperlinkButton Content="Module overview"/>
|
<HyperlinkButton Content="Module overview"/>
|
||||||
<HyperlinkButton Content="Give feedback"/>
|
|
||||||
|
|
||||||
<TextBlock Text="Contributors"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Text="Attribution"
|
||||||
|
Style="{StaticResource SettingsGroupTitleStyle}" />
|
||||||
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
Content="Brice Lams's Image Resizer"
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
NavigateUri="https://github.com/bricelam/ImageResizer/" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
@ -161,27 +161,19 @@
|
|||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About this feature"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
|
|
||||||
<HyperlinkButton Content="Module overview"/>
|
<HyperlinkButton Content="Module overview"/>
|
||||||
<HyperlinkButton Content="Give feedback"/>
|
|
||||||
|
|
||||||
<TextBlock Text="Contributors"
|
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
|
||||||
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
||||||
|
@ -1,144 +1,150 @@
|
|||||||
<Page
|
<Page
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views"
|
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views"
|
||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
|
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
|
||||||
xmlns:Custom="using:Microsoft.PowerToys.Settings.UI.Controls"
|
xmlns:Custom="using:Microsoft.PowerToys.Settings.UI.Controls"
|
||||||
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
|
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
||||||
|
|
||||||
<Grid ColumnSpacing="{StaticResource DefaultColumnSpacing}" RowSpacing="{StaticResource DefaultRowSpacing}">
|
|
||||||
<VisualStateManager.VisualStateGroups>
|
|
||||||
<VisualStateGroup x:Name="LayoutVisualStates">
|
|
||||||
<VisualState x:Name="WideLayout">
|
|
||||||
<VisualState.StateTriggers>
|
|
||||||
<AdaptiveTrigger MinWindowWidth="{StaticResource WideLayoutMinWidth}" />
|
|
||||||
</VisualState.StateTriggers>
|
|
||||||
<VisualState.Setters>
|
|
||||||
<Setter Target="SidePanel.(Grid.Column)" Value="1" />
|
|
||||||
<Setter Target="SidePanel.(Grid.Row)" Value="0" />
|
|
||||||
</VisualState.Setters>
|
|
||||||
</VisualState>
|
|
||||||
<VisualState x:Name="SmallLayout">
|
|
||||||
<VisualState.StateTriggers>
|
|
||||||
<AdaptiveTrigger MinWindowWidth="{StaticResource SmallLayoutMinWidth}" />
|
|
||||||
</VisualState.StateTriggers>
|
|
||||||
<VisualState.Setters>
|
|
||||||
<Setter Target="SidePanel.(Grid.Column)" Value="0" />
|
|
||||||
<Setter Target="SidePanel.(Grid.Row)" Value="1" />
|
|
||||||
</VisualState.Setters>
|
|
||||||
</VisualState>
|
|
||||||
</VisualStateGroup>
|
|
||||||
</VisualStateManager.VisualStateGroups>
|
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="*"/>
|
|
||||||
<ColumnDefinition Width="Auto"/>
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
<Grid.RowDefinitions>
|
|
||||||
<RowDefinition Height="Auto"/>
|
|
||||||
<RowDefinition Height="Auto" />
|
|
||||||
</Grid.RowDefinitions>
|
|
||||||
|
|
||||||
<StackPanel Orientation="Vertical">
|
|
||||||
<TextBlock x:Uid="PowerLauncher_Description" Style="{StaticResource BodyTextBlockStyle}"
|
|
||||||
TextWrapping="Wrap"/>
|
|
||||||
|
|
||||||
<ToggleSwitch x:Uid="PowerLauncher_EnablePowerLauncher"
|
|
||||||
IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.EnablePowerLauncher}"
|
|
||||||
Margin="{StaticResource SmallTopMargin}"/>
|
|
||||||
|
|
||||||
<TextBlock x:Uid="PowerLauncher_SearchResults"
|
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
|
||||||
|
|
||||||
<ComboBox x:Uid="PowerLauncher_SearchResultPreference"
|
<Grid ColumnSpacing="{StaticResource DefaultColumnSpacing}" RowSpacing="{StaticResource DefaultRowSpacing}">
|
||||||
MinWidth="320"
|
<VisualStateManager.VisualStateGroups>
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
<VisualStateGroup x:Name="LayoutVisualStates">
|
||||||
ItemsSource="{x:Bind searchResultPreferencesOptions}"
|
<VisualState x:Name="WideLayout">
|
||||||
SelectedItem="{x:Bind Mode=TwoWay, Path=SelectedSearchResultPreference}"
|
<VisualState.StateTriggers>
|
||||||
SelectedValuePath="Item2"
|
<AdaptiveTrigger MinWindowWidth="{StaticResource WideLayoutMinWidth}" />
|
||||||
DisplayMemberPath="Item1"
|
</VisualState.StateTriggers>
|
||||||
/>
|
<VisualState.Setters>
|
||||||
|
<Setter Target="SidePanel.(Grid.Column)" Value="1" />
|
||||||
<ComboBox x:Uid="PowerLauncher_SearchTypePreference"
|
<Setter Target="SidePanel.(Grid.Row)" Value="0" />
|
||||||
MinWidth="320"
|
</VisualState.Setters>
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
</VisualState>
|
||||||
ItemsSource="{x:Bind searchTypePreferencesOptions}"
|
<VisualState x:Name="SmallLayout">
|
||||||
SelectedItem="{x:Bind Mode=TwoWay, Path=SelectedSearchTypePreference}"
|
<VisualState.StateTriggers>
|
||||||
SelectedValuePath="Item2"
|
<AdaptiveTrigger MinWindowWidth="{StaticResource SmallLayoutMinWidth}" />
|
||||||
DisplayMemberPath="Item1"
|
</VisualState.StateTriggers>
|
||||||
/>
|
<VisualState.Setters>
|
||||||
|
<Setter Target="SidePanel.(Grid.Column)" Value="0" />
|
||||||
<muxc:NumberBox x:Uid="PowerLauncher_MaximumNumberOfResults"
|
<Setter Target="SidePanel.(Grid.Row)" Value="1" />
|
||||||
Value="{x:Bind Mode=TwoWay, Path=ViewModel.MaximumNumberOfResults}"
|
</VisualState.Setters>
|
||||||
Width="320"
|
</VisualState>
|
||||||
SpinButtonPlacementMode="Inline"
|
</VisualStateGroup>
|
||||||
HorizontalAlignment="Left"
|
</VisualStateManager.VisualStateGroups>
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
<Grid.ColumnDefinitions>
|
||||||
Minimum="1"/>
|
<ColumnDefinition Width="*"/>
|
||||||
|
<ColumnDefinition Width="Auto"/>
|
||||||
<TextBlock x:Uid="PowerLauncher_Shortcuts"
|
</Grid.ColumnDefinitions>
|
||||||
Width="320"
|
<Grid.RowDefinitions>
|
||||||
HorizontalAlignment="Left"
|
<RowDefinition Height="Auto"/>
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
<RowDefinition Height="Auto" />
|
||||||
|
</Grid.RowDefinitions>
|
||||||
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_OpenPowerLauncher"
|
|
||||||
Width="320"
|
<StackPanel Orientation="Vertical">
|
||||||
HorizontalAlignment="Left"
|
<TextBlock x:Uid="PowerLauncher_Description" Style="{StaticResource BodyTextBlockStyle}"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
TextWrapping="Wrap"/>
|
||||||
HotkeySettings="{x:Bind Path=ViewModel.OpenPowerLauncher, Mode=TwoWay}"
|
|
||||||
/>
|
<ToggleSwitch x:Uid="PowerLauncher_EnablePowerLauncher"
|
||||||
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_OpenFileLocation"
|
IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.EnablePowerLauncher}"
|
||||||
Width="320"
|
Margin="{StaticResource SmallTopMargin}"/>
|
||||||
HorizontalAlignment="Left"
|
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
<TextBlock x:Uid="PowerLauncher_SearchResults"
|
||||||
HotkeySettings="{x:Bind Path=ViewModel.OpenFileLocation, Mode=TwoWay}"
|
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
||||||
|
|
||||||
|
<ComboBox x:Uid="PowerLauncher_SearchResultPreference"
|
||||||
|
MinWidth="320"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
ItemsSource="{x:Bind searchResultPreferencesOptions}"
|
||||||
|
SelectedItem="{x:Bind Mode=TwoWay, Path=SelectedSearchResultPreference}"
|
||||||
|
SelectedValuePath="Item2"
|
||||||
|
DisplayMemberPath="Item1"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<ComboBox x:Uid="PowerLauncher_SearchTypePreference"
|
||||||
|
MinWidth="320"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
ItemsSource="{x:Bind searchTypePreferencesOptions}"
|
||||||
|
SelectedItem="{x:Bind Mode=TwoWay, Path=SelectedSearchTypePreference}"
|
||||||
|
SelectedValuePath="Item2"
|
||||||
|
DisplayMemberPath="Item1"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<muxc:NumberBox x:Uid="PowerLauncher_MaximumNumberOfResults"
|
||||||
|
Value="{x:Bind Mode=TwoWay, Path=ViewModel.MaximumNumberOfResults}"
|
||||||
|
Width="320"
|
||||||
|
SpinButtonPlacementMode="Inline"
|
||||||
|
HorizontalAlignment="Left"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
Minimum="1"/>
|
||||||
|
|
||||||
|
<TextBlock x:Uid="PowerLauncher_Shortcuts"
|
||||||
|
Width="320"
|
||||||
|
HorizontalAlignment="Left"
|
||||||
|
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
||||||
|
|
||||||
|
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_OpenPowerLauncher"
|
||||||
|
Width="320"
|
||||||
|
HorizontalAlignment="Left"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
HotkeySettings="{x:Bind Path=ViewModel.OpenPowerLauncher, Mode=TwoWay}"
|
||||||
/>
|
/>
|
||||||
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_CopyPathLocation"
|
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_OpenFileLocation"
|
||||||
Width="320"
|
Width="320"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
HotkeySettings="{x:Bind Path=ViewModel.CopyPathLocation, Mode=TwoWay}"
|
HotkeySettings="{x:Bind Path=ViewModel.OpenFileLocation, Mode=TwoWay}"
|
||||||
/>
|
/>
|
||||||
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_OpenConsole"
|
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_CopyPathLocation"
|
||||||
Width="320"
|
Width="320"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
HotkeySettings="{x:Bind Path=ViewModel.OpenConsole, Mode=TwoWay}"
|
HotkeySettings="{x:Bind Path=ViewModel.CopyPathLocation, Mode=TwoWay}"
|
||||||
/>
|
/>
|
||||||
|
<Custom:HotkeySettingsControl x:Uid="PowerLauncher_OpenConsole"
|
||||||
<CheckBox x:Uid="PowerLauncher_OverrideWinRKey"
|
Width="320"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
HorizontalAlignment="Left"
|
||||||
IsChecked="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideWinRKey}"/>
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
HotkeySettings="{x:Bind Path=ViewModel.OpenConsole, Mode=TwoWay}"
|
||||||
<CheckBox x:Uid="PowerLauncher_OverrideWinSKey"
|
/>
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
|
||||||
IsChecked="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideWinSKey}" />
|
<CheckBox x:Uid="PowerLauncher_OverrideWinRKey"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
IsChecked="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideWinRKey}"/>
|
||||||
</StackPanel>
|
|
||||||
|
<CheckBox x:Uid="PowerLauncher_OverrideWinSKey"
|
||||||
<StackPanel x:Name="SidePanel"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
Orientation="Vertical"
|
IsChecked="{x:Bind Mode=TwoWay, Path=ViewModel.OverrideWinSKey}" />
|
||||||
HorizontalAlignment="Left"
|
|
||||||
Width="{StaticResource SidePanelWidth}"
|
|
||||||
Grid.Column="1">
|
</StackPanel>
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<StackPanel
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
x:Name="SidePanel"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Orientation="Vertical"
|
||||||
|
HorizontalAlignment="Left"
|
||||||
<HyperlinkButton Content="Module overview"/>
|
Width="{StaticResource SidePanelWidth}"
|
||||||
<HyperlinkButton Content="Give feedback"/>
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="Contributors"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Text="About this feature"
|
||||||
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
<HyperlinkButton Content="Module overview"/>
|
||||||
</StackPanel>
|
|
||||||
</Grid>
|
<TextBlock
|
||||||
|
Text="Attribution"
|
||||||
|
Style="{StaticResource SettingsGroupTitleStyle}" />
|
||||||
|
|
||||||
|
<HyperlinkButton
|
||||||
|
Content="Wox"
|
||||||
|
NavigateUri="https://github.com/Wox-launcher/Wox/" />
|
||||||
|
|
||||||
|
<HyperlinkButton
|
||||||
|
Content="Beta Tadele's Window Walker"
|
||||||
|
NavigateUri="https://github.com/betsegaw/windowwalker/" />
|
||||||
|
</StackPanel>
|
||||||
|
</Grid>
|
||||||
</Page>
|
</Page>
|
@ -54,26 +54,24 @@
|
|||||||
Toggled="ToggleSwitch_Preview_MD_Toggled" />
|
Toggled="ToggleSwitch_Preview_MD_Toggled" />
|
||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About this feature"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
|
|
||||||
<HyperlinkButton Content="Module overview" NavigateUri="https://github.com/microsoft/PowerToys/tree/master/src/modules/previewpane"/>
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Give feedback" NavigateUri="https://github.com/microsoft/PowerToys/issues"/>
|
Content="Module overview"
|
||||||
|
NavigateUri="https://github.com/microsoft/PowerToys/tree/master/src/modules/previewpane"/>
|
||||||
<!-- <TextBlock Text="Contributors"
|
<HyperlinkButton
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Content="Give feedback"
|
||||||
|
NavigateUri="https://github.com/microsoft/PowerToys/issues"/>
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
-->
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
@ -83,27 +83,30 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About this feature"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
|
|
||||||
<HyperlinkButton Content="Module overview" NavigateUri="https://github.com/microsoft/PowerToys/tree/master/src/modules/powerrename"/>
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Give feedback"/>
|
Content="Module overview"
|
||||||
|
NavigateUri="https://github.com/microsoft/PowerToys/tree/master/src/modules/powerrename"/>
|
||||||
|
|
||||||
<!--
|
<TextBlock
|
||||||
<TextBlock Text="Contributors"
|
Text="Attribution"
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}" />
|
||||||
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
Content="Chris Davis's SmartRenamer"
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
NavigateUri="https://github.com/chrdavis/SmartRename" />
|
||||||
-->
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
@ -72,25 +72,21 @@
|
|||||||
</muxc:RadioButtons>
|
</muxc:RadioButtons>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel x:Name="SidePanel"
|
<StackPanel
|
||||||
Orientation="Vertical"
|
x:Name="SidePanel"
|
||||||
HorizontalAlignment="Left"
|
Orientation="Vertical"
|
||||||
Width="{StaticResource SidePanelWidth}"
|
HorizontalAlignment="Left"
|
||||||
Grid.Column="1">
|
Width="{StaticResource SidePanelWidth}"
|
||||||
|
Grid.Column="1">
|
||||||
|
|
||||||
<TextBlock Text="About this feature"
|
<TextBlock
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"
|
Text="About this feature"
|
||||||
Margin="{StaticResource XSmallBottomMargin}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"
|
||||||
|
Margin="{StaticResource XSmallBottomMargin}"/>
|
||||||
|
|
||||||
<HyperlinkButton Content="Module overview" NavigateUri="https://github.com/microsoft/PowerToys/blob/master/src/modules/shortcut_guide/README.md"/>
|
<HyperlinkButton
|
||||||
<HyperlinkButton Content="Give feedback"/>
|
Content="Module overview"
|
||||||
|
NavigateUri="https://github.com/microsoft/PowerToys/blob/master/src/modules/shortcut_guide/README.md"/>
|
||||||
<TextBlock Text="Contributors"
|
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
|
||||||
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
<HyperlinkButton Content="Contributor name"/>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Page>
|
</Page>
|
Loading…
Reference in New Issue
Block a user