Bläddra i källkod

Typo in a comment

Source commit: 89a9743b05a7b1f39ec2ee2b1ce4eff5196c1c27
Martin Prikryl 2 år sedan
förälder
incheckning
e2d1c7f7b7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      source/components/ThemePageControl.cpp

+ 1 - 1
source/components/ThemePageControl.cpp

@@ -176,7 +176,7 @@ int __fastcall TThemePageControl::GetTabsHeight()
     TRect Rect = TabRect(0);
     int Result2 = Rect.Bottom + 1;
     // On Windows 10 with 200% scaling, the first is 40, the second is 42.
-    // With 250% scaling its 50 vs 53.
+    // With 250% scaling it's 50 vs 53.
     // Using the larger.
     if (Result2 > Result)
     {