File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
- xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls" >
3
+ xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls"
4
+ xmlns : Windows10version1903 =" http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract, 8)" >
4
5
5
6
<ResourceDictionary .MergedDictionaries>
6
7
<ResourceDictionary Source =" ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBarItem.xaml" />
88
89
Visibility =" {Binding TemplateSettings.OverflowButtonVisibility, RelativeSource={RelativeSource Mode=TemplatedParent}}" >
89
90
<Button .Flyout>
90
91
<Flyout Placement =" Bottom"
91
- ShouldConstrainToRootBounds =" False" >
92
+ Windows10version1903 : ShouldConstrainToRootBounds =" False" >
92
93
<Flyout .FlyoutPresenterStyle>
93
94
<Style TargetType =" FlyoutPresenter" >
94
95
<Setter Property =" Padding" Value =" 0,8" />
You can’t perform that action at this time.
0 commit comments