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 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
91
104
// 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)
92
-
WindowHost.Height=(int)ActualHeight-20;
93
-
WindowHost.Width=(int)ActualWidth-20;
105
+
// Fix 3: The size needs to be scaled by the DPI, otherwise the embedded window is too small on high DPI screens (https://github.com/BornToBeRoot/NETworkManager/pull/3352)
// 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
92
105
// 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)
93
-
WindowHost.Height=(int)ActualHeight-20;
94
-
WindowHost.Width=(int)ActualWidth-20;
106
+
// Fix 3: The size needs to be scaled by the DPI, otherwise the embedded window is too small on high DPI screens (https://github.com/BornToBeRoot/NETworkManager/pull/3352)
// 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
91
-
WindowHost.Height=(int)ActualHeight;
92
-
WindowHost.Width=(int)ActualWidth;
91
+
// Fix 2: The size needs to be scaled by the DPI, otherwise the embedded window is too small on high DPI screens (https://github.com/BornToBeRoot/NETworkManager/pull/3352)
Copy file name to clipboardExpand all lines: Website/blog/2024-01-01-welcome/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
slug: welcome
3
3
title: Welcome
4
+
description: "Welcome to the new NETworkManager website, blod and documentation. It's build with Docusaurus, a static website generator, and hosted on GitHub Pages."
Copy file name to clipboardExpand all lines: Website/blog/2025-09-06-introducing-hosts-file-editor/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
slug: introducing-hosts-file-editor
3
3
title: Introducing Hosts File Editor
4
+
description: "NETworkManager 2025.8.10.0 introduced a new feature, the `Hosts File Editor`. You can now easily manage and edit your system's hosts file in a user-friendly interface."
title: Streamlined Profile Management with Tags & Filters
4
+
description: "NETworkManager 2025.10.18.0 brings a streamlined approach to profile management with the introduction of Tags and Filtering. You can now add or remove tags directly within each profile, making it effortless to organize and quickly locate your hosts and networks."
0 commit comments