Align config close button and center tab header labels
This commit is contained in:
@@ -35,8 +35,11 @@
|
||||
<Label Content="{x:Static resx:Resources.announcement}"
|
||||
FontSize="19"
|
||||
FontWeight="SemiBold"
|
||||
Canvas.Top="8"
|
||||
Canvas.Top="6"
|
||||
Height="36"
|
||||
Canvas.Left="40"
|
||||
VerticalContentAlignment="Center"
|
||||
Padding="0"
|
||||
Foreground="{DynamicResource sectionTitleColor}" />
|
||||
<ScrollViewer x:Name="CanvasAnnouncements"
|
||||
x:FieldModifier="private"
|
||||
|
||||
@@ -162,6 +162,9 @@
|
||||
FontSize="19"
|
||||
FontWeight="SemiBold"
|
||||
Canvas.Top="8"
|
||||
Height="32"
|
||||
VerticalContentAlignment="Center"
|
||||
Padding="0"
|
||||
Canvas.Left="40" />
|
||||
|
||||
<StackPanel Canvas.Top="56"
|
||||
|
||||
@@ -33,7 +33,10 @@
|
||||
<Label Foreground="{DynamicResource sectionTitleColor}"
|
||||
FontSize="19"
|
||||
FontWeight="SemiBold"
|
||||
Canvas.Top="8"
|
||||
Canvas.Top="6"
|
||||
Height="36"
|
||||
VerticalContentAlignment="Center"
|
||||
Padding="0"
|
||||
Canvas.Left="40"
|
||||
Content="{x:Static resx:Resources.CustomLink}" />
|
||||
<ScrollViewer Canvas.Top="56"
|
||||
|
||||
@@ -79,7 +79,10 @@
|
||||
Content="{x:Static resx:Resources.incidents}"
|
||||
FontSize="19"
|
||||
FontWeight="SemiBold"
|
||||
Canvas.Top="8"
|
||||
Canvas.Top="6"
|
||||
Height="36"
|
||||
VerticalContentAlignment="Center"
|
||||
Padding="0"
|
||||
Canvas.Left="40" />
|
||||
<ScrollViewer x:Name="CanvasIncident"
|
||||
Canvas.Top="56"
|
||||
|
||||
@@ -102,7 +102,10 @@
|
||||
Content="{x:Static resx:Resources.search}"
|
||||
FontSize="19"
|
||||
FontWeight="SemiBold"
|
||||
Canvas.Top="8"
|
||||
Canvas.Top="6"
|
||||
Height="36"
|
||||
VerticalContentAlignment="Center"
|
||||
Padding="0"
|
||||
Canvas.Left="40" />
|
||||
<StackPanel Orientation="Horizontal"
|
||||
Width="350"
|
||||
|
||||
Reference in New Issue
Block a user