Align navbar top padding with centered rail spacing

This commit is contained in:
Meik
2026-03-05 13:24:34 +01:00
parent c566d9c955
commit 7802a56123
2 changed files with 2 additions and 2 deletions

View File

@@ -492,7 +492,7 @@
<Button Visibility="Hidden"
x:Name="BtnBack"
Tag="100"
Canvas.Top="10"
Canvas.Top="14.5"
Canvas.Left="6.5"
Width="62"
Height="62"

View File

@@ -636,7 +636,7 @@ namespace C4IT_CustomerPanel
private void RefreshTrayMenu(bool ActivateFirstEntry)
{
var TopMarginCount = 0;
const int railTopOffset = 10;
const double railTopOffset = 14.5;
foreach (var entry in MainFunctionButtons)
{
try