Skip to content

Commit e9d52ad

Browse files
committed
Reverting product change made for 'TabView gap between active tab and active content fix #6644'
1 parent 2605a04 commit e9d52ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/TabView/TabViewItem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ void TabViewItem::UpdateTabGeometry()
115115

116116
WCHAR strOut[1024];
117117
StringCchPrintf(strOut, ARRAYSIZE(strOut), data,
118-
height,
118+
height - 1,
119119
leftCorner, leftCorner, leftCorner, leftCorner, leftCorner,
120120
ActualWidth() - (leftCorner + rightCorner),
121121
rightCorner, rightCorner, rightCorner, rightCorner,
122-
height - (4 + rightCorner));
122+
height - (4 + rightCorner + 1));
123123

124124
const auto geometry = winrt::XamlReader::Load(strOut).try_as<winrt::Geometry>();
125125

0 commit comments

Comments
 (0)