mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
@@ -6,7 +6,10 @@
|
|||||||
xmlns:p="clr-namespace:ColorPicker.Properties"
|
xmlns:p="clr-namespace:ColorPicker.Properties"
|
||||||
xmlns:ui="http://schemas.modernwpf.com/2019"
|
xmlns:ui="http://schemas.modernwpf.com/2019"
|
||||||
mc:Ignorable="d">
|
mc:Ignorable="d">
|
||||||
|
<UserControl.Resources>
|
||||||
|
<SolidColorBrush x:Key="TextControlBorderBrushFocused"
|
||||||
|
Color="Transparent" />
|
||||||
|
</UserControl.Resources>
|
||||||
<Border x:Name="MainBorder"
|
<Border x:Name="MainBorder"
|
||||||
Margin="12,16,12,0"
|
Margin="12,16,12,0"
|
||||||
Width="308"
|
Width="308"
|
||||||
@@ -37,9 +40,8 @@
|
|||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
IsReadOnly="True"
|
IsReadOnly="True"
|
||||||
Margin="8"
|
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Style="{DynamicResource TextBoxStyle}"
|
Padding="8"
|
||||||
AutomationProperties.LabeledBy="{Binding FormatNameTextBlock}"
|
AutomationProperties.LabeledBy="{Binding FormatNameTextBlock}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user