Skip to content

Commit

Permalink
Fix: Horizontal scrollbar in some views (#2945)
Browse files Browse the repository at this point in the history
* Fix: Horizontal scrollbar in some views

* Docs: ##2945
  • Loading branch information
BornToBeRoot authored Dec 4, 2024
1 parent aa4c684 commit 447044e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Style x:Key="DefaultScrollViewer" TargetType="{x:Type ScrollViewer}"
BasedOn="{StaticResource MahApps.Styles.ScrollViewer}">
<Setter Property="PanningMode" Value="Both" />
<Setter Property="HorizontalScrollBarVisibility" Value="Hidden" />
<Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="Template">
<Setter.Value>
Expand Down
1 change: 1 addition & 0 deletions Website/docs/changelog/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Release date: **xx.xx.2024**

## Bugfixes

- Horizontal scrollbar fixed for some views. [#2945](https://github.com/BornToBeRoot/NETworkManager/pull/2945)
- Fixed an issue with DPI scaling where the application was blurry if a second monitor had a different dpi setting than the main monitor. [#2941](https://github.com/BornToBeRoot/NETworkManager/pull/2941)
- Changed the Welcome dialog from `MahApps.Metro.Controls.Dialogs` to `MahApps.Metro.SimpleChildWindow`, so the main window can be dragged and resized on the first start. [#2914](https://github.com/BornToBeRoot/NETworkManager/pull/2914)

Expand Down

0 comments on commit 447044e

Please sign in to comment.