整理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:controls="clr-namespace:NeumUI.Controls"
|
||||
xmlns:nvd="clr-namespace:NeumUI.Controls.Decorations"
|
||||
xmlns:controls="clr-namespace:NeoUI.Controls"
|
||||
xmlns:nvd="clr-namespace:NeoUI.Controls.Decorations"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type controls:Pill}">
|
||||
<nvd:EmbossBorder
|
||||
Margin="-4"
|
||||
Padding="0"
|
||||
CornerRadius="3"
|
||||
ToolTip="{TemplateBinding Url}"
|
||||
x:Name="rootBorder">
|
||||
|
||||
Reference in New Issue
Block a user