File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
src/Avalonia/HandyControl_Avalonia/Themes/Styles Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ <ResourceDictionary xmlns =" https://github.com/avaloniaui"
2+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3+ x : ClassModifier =" internal" >
4+
5+ <ControlTheme x : Key =" {x:Type AdornerLayer}"
6+ TargetType =" AdornerLayer" >
7+ <Setter Property =" DefaultFocusAdorner" >
8+ <FocusAdornerTemplate >
9+ <Rectangle Margin =" 0"
10+ Opacity =" 0.6"
11+ Stroke =" {DynamicResource SecondaryBorderBrush}"
12+ RadiusX =" 4"
13+ RadiusY =" 4"
14+ StrokeDashArray =" 1,1"
15+ StrokeThickness =" 2" />
16+ </FocusAdornerTemplate >
17+ </Setter >
18+ </ControlTheme >
19+
20+ </ResourceDictionary >
Original file line number Diff line number Diff line change 1515 <MergeResourceInclude Source =" avares://HandyControl/Themes/Basic/Brushes.axaml" />
1616 <MergeResourceInclude Source =" avares://HandyControl/Themes/Basic/Converters.axaml" />
1717
18+ <MergeResourceInclude Source =" avares://HandyControl/Themes/Styles/AdornerLayer.axaml" />
1819 <MergeResourceInclude Source =" avares://HandyControl/Themes/Styles/DataValidationErrors.axaml" />
1920 <MergeResourceInclude Source =" avares://HandyControl/Themes/Styles/MenuFlyoutPresenter.axaml" />
2021 <MergeResourceInclude Source =" avares://HandyControl/Themes/Styles/PopupRoot.axaml" />
You can’t perform that action at this time.
0 commit comments