Updated translations

This commit is contained in:
Serge
2023-05-29 14:36:55 +02:00
parent 8a1dd9f137
commit 1ca97bd3f4
5 changed files with 514 additions and 31 deletions

View File

@@ -490,7 +490,8 @@ namespace GHelper
{
if (chartCount > 2)
Size = MinimumSize = new Size(0, (int)(ControlHelper.GetDpiScale(this).Value * (chartCount * 200 + 100)));
} catch (Exception ex)
}
catch (Exception ex)
{
Debug.WriteLine(ex);
}