Move config close button to dedicated top-right header slot
This commit is contained in:
@@ -171,6 +171,7 @@
|
|||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="*" />
|
<ColumnDefinition Width="*" />
|
||||||
<ColumnDefinition Width="Auto" />
|
<ColumnDefinition Width="Auto" />
|
||||||
|
<ColumnDefinition Width="Auto" />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<StackPanel Orientation="Vertical"
|
<StackPanel Orientation="Vertical"
|
||||||
VerticalAlignment="Center">
|
VerticalAlignment="Center">
|
||||||
@@ -186,14 +187,14 @@
|
|||||||
<Image Grid.Column="1"
|
<Image Grid.Column="1"
|
||||||
Width="150"
|
Width="150"
|
||||||
Height="40"
|
Height="40"
|
||||||
Margin="16,0,10,0"
|
Margin="16,0,0,0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Stretch="Uniform"
|
Stretch="Uniform"
|
||||||
Source="/Customer Panel;component/Resources/consulting4it-header1.png" />
|
Source="/Customer Panel;component/Resources/consulting4it-header1.png" />
|
||||||
<Button Grid.ColumnSpan="2"
|
<Button Grid.Column="2"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
Margin="0,2,2,0"
|
Margin="12,0,0,0"
|
||||||
Content="X"
|
Content="X"
|
||||||
FontSize="15"
|
FontSize="15"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
|
|||||||
Reference in New Issue
Block a user