Center navbar buttons horizontally in rail
This commit is contained in:
@@ -493,7 +493,7 @@
|
||||
x:Name="BtnBack"
|
||||
Tag="100"
|
||||
Canvas.Top="10"
|
||||
Canvas.Left="4"
|
||||
Canvas.Left="6.5"
|
||||
Width="62"
|
||||
Height="62"
|
||||
BorderThickness="0"
|
||||
@@ -538,7 +538,7 @@
|
||||
Panel.ZIndex="1000"
|
||||
Width="62"
|
||||
Height="62"
|
||||
Canvas.Left="4"
|
||||
Canvas.Left="6.5"
|
||||
Canvas.Top="0">
|
||||
<Button.Template>
|
||||
<ControlTemplate TargetType="{x:Type Button}">
|
||||
@@ -619,7 +619,7 @@
|
||||
Canvas.Top="0"
|
||||
Width="62"
|
||||
Height="62"
|
||||
Canvas.Left="4">
|
||||
Canvas.Left="6.5">
|
||||
<Button.Template>
|
||||
<ControlTemplate TargetType="{x:Type Button}">
|
||||
<Grid ClipToBounds="False">
|
||||
@@ -695,7 +695,7 @@
|
||||
Canvas.Top="0"
|
||||
Width="62"
|
||||
Height="62"
|
||||
Canvas.Left="4">
|
||||
Canvas.Left="6.5">
|
||||
<Button.Template>
|
||||
<ControlTemplate TargetType="{x:Type Button}">
|
||||
<Grid ClipToBounds="false">
|
||||
@@ -770,7 +770,7 @@
|
||||
Canvas.Top="0"
|
||||
Width="62"
|
||||
Height="62"
|
||||
Canvas.Left="4"
|
||||
Canvas.Left="6.5"
|
||||
Panel.ZIndex="1000">
|
||||
<Button.Template>
|
||||
<ControlTemplate TargetType="{x:Type Button}">
|
||||
@@ -846,7 +846,7 @@
|
||||
Canvas.Top="0"
|
||||
Width="62"
|
||||
Height="62"
|
||||
Canvas.Left="4"
|
||||
Canvas.Left="6.5"
|
||||
Panel.ZIndex="1000">
|
||||
<Button.Template>
|
||||
<ControlTemplate TargetType="{x:Type Button}">
|
||||
|
||||
Reference in New Issue
Block a user