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