You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Fix: The control is not visible by default, thus height and width is not set. If the values are not set, the size does not scale properly
96
-
WindowHost.Height=(int)ActualHeight;
97
-
WindowHost.Width=(int)ActualWidth;
95
+
// Fix 1: The control is not visible by default, thus height and width is not set. If the values are not set, the size does not scale properly
96
+
// Fix 2: Somehow the initial size need to be 20px smaller than the actual size after using Dragablz (https://github.com/BornToBeRoot/NETworkManager/pull/2678)
// Fix: The control is not visible by default, thus height and width is not set. If the values are not set, the size does not scale properly
96
-
WindowHost.Height=(int)ActualHeight;
97
-
WindowHost.Width=(int)ActualWidth;
95
+
// Fix 1: The control is not visible by default, thus height and width is not set. If the values are not set, the size does not scale properly
96
+
// Fix 2: Somehow the initial size need to be 20px smaller than the actual size after using Dragablz (https://github.com/BornToBeRoot/NETworkManager/pull/2678)
// Fix: The control is not visible by default, thus height and width is not set. If the values are not set, the size does not scale properly
98
-
WindowHost.Height=(int)ActualHeight;
99
-
WindowHost.Width=(int)ActualWidth;
96
+
// Fix 1: The control is not visible by default, thus height and width is not set. If the values are not set, the size does not scale properly
97
+
// Fix 2: Somehow the initial size need to be 20px smaller than the actual size after using Dragablz (https://github.com/BornToBeRoot/NETworkManager/pull/2678)
0 commit comments