Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Nov 1, 2023
1 parent eef87e3 commit e8cb8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Uno.Toolkit.RuntimeTests/Tests/TabBarTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ public async Task Verify_Indicator_Transitions(Orientation orientation, Indicato
");

var tabBar = (TabBar)rootGrid.FindName("MyTabBar");
//tabBar.Padding = new Thickness(padding[0], padding[1], padding[2], padding[3]);

await UnitTestUIContentHelperEx.SetContentAndWait(rootGrid);

Expand Down
4 changes: 2 additions & 2 deletions src/Uno.Toolkit.UI/Controls/TabBar/TabBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
<Style x:Key="BaseVerticalTabBarStyle"
BasedOn="{StaticResource BaseTabBarStyle}"
TargetType="utu:TabBar">
<Setter Property="Orientation"
Value="Vertical" />
<Setter Property="Orientation" Value="Vertical" />
<Setter Property="MinWidth" Value="{StaticResource TabBarHeightOrWidth}" />
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
Expand Down

0 comments on commit e8cb8e8

Please sign in to comment.