Align search and custom-links button layout

This commit is contained in:
Meik
2026-03-05 14:03:44 +01:00
parent 4d4768476f
commit 95031a9ee4
3 changed files with 4 additions and 3 deletions

View File

@@ -39,11 +39,11 @@
Padding="0"
Canvas.Left="40"
Content="{x:Static resx:Resources.CustomLink}" />
<ScrollViewer Canvas.Top="56"
<ScrollViewer Canvas.Top="120"
Canvas.Left="0"
Width="{Binding ActualWidth, ElementName=CanvasLinks, Mode=OneWay}"
MinHeight="60"
MaxHeight="494"
MaxHeight="430"
HorizontalScrollBarVisibility="Disabled"
VerticalScrollBarVisibility="Auto">
<StackPanel x:Name="CustomLinkPanel"