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

@@ -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