mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
@@ -13,7 +13,7 @@
|
|||||||
xmlns:controls="clr-namespace:ModernWpf.Controls;assembly=ModernWpf"
|
xmlns:controls="clr-namespace:ModernWpf.Controls;assembly=ModernWpf"
|
||||||
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="FancyZones Editor"
|
Title="{x:Static props:Resources.Fancy_Zones_Editor_App_Title}"
|
||||||
ui:WindowHelper.UseModernWindowStyle="True"
|
ui:WindowHelper.UseModernWindowStyle="True"
|
||||||
ui:TitleBar.IsIconVisible="True"
|
ui:TitleBar.IsIconVisible="True"
|
||||||
ui:TitleBar.Background="{DynamicResource TertiaryBackgroundBrush}"
|
ui:TitleBar.Background="{DynamicResource TertiaryBackgroundBrush}"
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
<ToolTip>
|
<ToolTip>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock FontWeight="SemiBold">
|
<TextBlock FontWeight="SemiBold">
|
||||||
<Run Text="Monitor" />
|
<Run Text="{x:Static props:Resources.Monitor}" />
|
||||||
<Run Text="{Binding Index}" />
|
<Run Text="{Binding Index}" />
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="{Binding Dimensions}" />
|
<TextBlock Text="{Binding Dimensions}" />
|
||||||
@@ -588,7 +588,7 @@
|
|||||||
FontSize="16"
|
FontSize="16"
|
||||||
ToolTip="{x:Static props:Resources.Distance_adjacent_zones}"
|
ToolTip="{x:Static props:Resources.Distance_adjacent_zones}"
|
||||||
AutomationProperties.Name="{x:Static props:Resources.Distance_adjacent_zones}"
|
AutomationProperties.Name="{x:Static props:Resources.Distance_adjacent_zones}"
|
||||||
Text="" />
|
Text="" />
|
||||||
|
|
||||||
<ui:NumberBox Text="{Binding SensitivityRadius}"
|
<ui:NumberBox Text="{Binding SensitivityRadius}"
|
||||||
Width="216"
|
Width="216"
|
||||||
|
|||||||
@@ -101,7 +101,7 @@
|
|||||||
</ItemsPanelTemplate>
|
</ItemsPanelTemplate>
|
||||||
</ItemsControl.ItemsPanel>
|
</ItemsControl.ItemsPanel>
|
||||||
</ItemsControl>
|
</ItemsControl>
|
||||||
<TextBlock Text="to"
|
<TextBlock x:Uid="To"
|
||||||
Style="{StaticResource SecondaryTextStyle}"
|
Style="{StaticResource SecondaryTextStyle}"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Margin="8,0,8,0"/>
|
Margin="8,0,8,0"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user