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