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:
committed by
Alexander Smorkalov
parent
039f3d01a0
commit
9074b3e980
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user