Unify primary action button styling and ticket button placement

This commit is contained in:
Meik
2026-03-05 12:59:45 +01:00
parent feb531f9f0
commit f68f06f767
5 changed files with 19 additions and 16 deletions

View File

@@ -1117,9 +1117,8 @@ namespace C4IT_CustomerPanel
btn.Content = pair.Value;
btn.Width = 320;
btn.Height = 40;
btn.FontSize = 18;
//btn.Background = ConfigSettings.GetInactiveButtonColor();
btn.Style = FindResource("ButtonStyle") as Style;
btn.FontSize = 16;
btn.Style = FindResource("PrimaryActionButtonStyle") as Style;
btn.Margin = new Thickness(15, 10, 0, 0);
btn.PreviewMouseDown += OnCustomButtonClick;
CustomLinksCtrl.AddLink(btn);