File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/Myra/Graphics2D/UI/Selectors Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66 <PackageProjectUrl >https://github.com/rds1983/Myra</PackageProjectUrl >
77 <RootNamespace >Myra</RootNamespace >
88 <Description >UI Library for MonoGame, FNA and Stride</Description >
9- <VersionPrefix >1.5.6 </VersionPrefix >
9+ <VersionPrefix >1.5.7 </VersionPrefix >
1010 <XNAssetsVersion >0.7.3</XNAssetsVersion >
1111 <FontStashSharpVersion >1.3.9</FontStashSharpVersion >
1212 <LangVersion >8.0</LangVersion >
Original file line number Diff line number Diff line change @@ -74,8 +74,12 @@ public TabSelectorPosition TabSelectorPosition
7474 }
7575
7676 [ Category ( "Behavior" ) ]
77+ [ DefaultValue ( false ) ]
7778 public bool CloseableTabs { get ; set ; }
7879
80+ [ DefaultValue ( true ) ]
81+ public override bool ClipToBounds { get => base . ClipToBounds ; set => base . ClipToBounds = value ; }
82+
7983 public TabControl ( string styleName = Stylesheet . DefaultStyleName ) : base ( new Grid ( ) )
8084 {
8185 HorizontalAlignment = HorizontalAlignment . Left ;
You can’t perform that action at this time.
0 commit comments