Polish config dialog header and center search input text
This commit is contained in:
@@ -171,7 +171,6 @@
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Orientation="Vertical"
|
||||
VerticalAlignment="Center">
|
||||
@@ -213,7 +212,10 @@
|
||||
VerticalAlignment="Center"
|
||||
Stretch="Uniform"
|
||||
Source="/Customer Panel;component/Resources/consulting4it-header1.png" />
|
||||
<Button Grid.Column="2"
|
||||
<Button Grid.ColumnSpan="2"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
Margin="0,6,6,0"
|
||||
Content="X"
|
||||
FontSize="15"
|
||||
FontWeight="Bold"
|
||||
@@ -296,18 +298,27 @@
|
||||
<ColumnDefinition Width="Auto" />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<StackPanel Orientation="Horizontal"
|
||||
<StackPanel Orientation="Vertical"
|
||||
VerticalAlignment="Center">
|
||||
<TextBlock x:Name="TxtCopyRight"
|
||||
<StackPanel Orientation="Horizontal"
|
||||
VerticalAlignment="Center">
|
||||
<TextBlock x:Name="TxtCopyRight"
|
||||
Foreground="{DynamicResource navForeground}"
|
||||
VerticalAlignment="Center" />
|
||||
<TextBlock Margin="6,0,0,0"
|
||||
VerticalAlignment="Center">
|
||||
<Hyperlink NavigateUri="http://www.consulting4it.de"
|
||||
RequestNavigate="Hyperlink_RequestNavigate">
|
||||
Consulting4IT GmbH
|
||||
</Hyperlink>
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
<TextBlock x:Name="TxtVersion"
|
||||
Margin="0,4,0,0"
|
||||
Foreground="{DynamicResource navForeground}"
|
||||
Opacity="0.72"
|
||||
FontSize="12"
|
||||
VerticalAlignment="Center" />
|
||||
<TextBlock Margin="6,0,0,0"
|
||||
VerticalAlignment="Center">
|
||||
<Hyperlink NavigateUri="http://www.consulting4it.de"
|
||||
RequestNavigate="Hyperlink_RequestNavigate">
|
||||
Consulting4IT GmbH
|
||||
</Hyperlink>
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
|
||||
<Button Grid.Column="1"
|
||||
|
||||
@@ -33,6 +33,7 @@ namespace C4IT_CustomerPanel.forms
|
||||
string version = fvi.ProductVersion;
|
||||
|
||||
TxtCopyRight.Text = "© Copyright " + DateTime.Now.Year ;
|
||||
TxtVersion.Text = "Version: " + version;
|
||||
Title = Title + " " + DateTime.Now.Year + " / Version: "+version;
|
||||
conf = config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user