Unify primary action button styling and ticket button placement
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<ScrollViewer x:Name="CanvasIncident"
|
||||
Canvas.Top="56"
|
||||
Canvas.Left="0"
|
||||
MaxHeight="410"
|
||||
MaxHeight="448"
|
||||
MinHeight="60"
|
||||
HorizontalScrollBarVisibility="Disabled"
|
||||
VerticalScrollBarVisibility="Auto"
|
||||
@@ -107,14 +107,13 @@
|
||||
</Border>
|
||||
</StackPanel>
|
||||
<Button Foreground="{DynamicResource buttonTextColor}"
|
||||
Style="{StaticResource ButtonStyle}"
|
||||
Background="{DynamicResource activeButtonColor}"
|
||||
Canvas.Top="476"
|
||||
Canvas.Left="62"
|
||||
Width="250"
|
||||
Style="{DynamicResource PrimaryActionButtonStyle}"
|
||||
Canvas.Top="510"
|
||||
Canvas.Left="15"
|
||||
Width="320"
|
||||
Height="40"
|
||||
Content="{x:Static resx:Resources.createNewTicket}"
|
||||
FontSize="18"
|
||||
FontSize="16"
|
||||
x:Name="BtnCreateNewTicket"
|
||||
Click="OnCreateNewTicketClicked"
|
||||
Margin="0" />
|
||||
|
||||
Reference in New Issue
Block a user