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