Align search and custom-links button layout
This commit is contained in:
@@ -1159,7 +1159,7 @@ namespace C4IT_CustomerPanel
|
||||
btn.Height = 40;
|
||||
btn.FontSize = 16;
|
||||
btn.Style = FindResource("PrimaryActionButtonStyle") as Style;
|
||||
btn.Margin = new Thickness(15, 10, 0, 0);
|
||||
btn.Margin = new Thickness(15, t == 0 ? 0 : 10, 0, 0);
|
||||
btn.PreviewMouseDown += OnCustomButtonClick;
|
||||
CustomLinksCtrl.AddLink(btn);
|
||||
t++;
|
||||
|
||||
Reference in New Issue
Block a user