1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Fix some typos in platforms/, samples/, 3rdparty/.

This commit is contained in:
Yulv-git
2022-04-30 13:37:15 +08:00
committed by Alexander Smorkalov
parent 039f3d01a0
commit 9074b3e980
6 changed files with 7 additions and 7 deletions
@@ -91,7 +91,7 @@ void MainPage::InvalidateSize()
// We have different widths to use depending on the view state
if (ApplicationView::Value != ApplicationViewState::Snapped)
{
// Make us as big as the the left over space, factoring in the ListBox width, the ListBox margins.
// Make us as big as the left over space, factoring in the ListBox width, the ListBox margins.
// and the LayoutRoot's margins
InputSection->Width = ((availableWidth) -
(layoutRootMarginLeft + layoutRootMarginRight + listBoxMarginLeft + listBoxMarginRight));