mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
More ReSharper suggestions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:Properties="clr-namespace:FeedCenter.Properties"
|
||||
xmlns:properties="clr-namespace:FeedCenter.Properties"
|
||||
mc:Ignorable="d"
|
||||
Title="Splash"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
@@ -21,9 +21,8 @@
|
||||
BorderBrush="{x:Static SystemColors.ActiveBorderBrush}"
|
||||
Padding="3">
|
||||
<DockPanel LastChildFill="True">
|
||||
<Label Content="{x:Static Properties:Resources.ApplicationDisplayName}"
|
||||
<Label Content="{x:Static properties:Resources.ApplicationDisplayName}"
|
||||
Padding="0"
|
||||
Name="lblApplicationName"
|
||||
VerticalAlignment="Top"
|
||||
FontSize="20"
|
||||
FontWeight="Bold"
|
||||
@@ -32,18 +31,18 @@
|
||||
DockPanel.Dock="Top" />
|
||||
<Label Content="*Version"
|
||||
Padding="0,3,0,0"
|
||||
Name="lblVersion"
|
||||
Name="VersionLabel"
|
||||
HorizontalContentAlignment="Center"
|
||||
VerticalContentAlignment="Center"
|
||||
DockPanel.Dock="Top" />
|
||||
<ProgressBar Name="progressBar"
|
||||
<ProgressBar Name="ProgressBar"
|
||||
VerticalAlignment="Bottom"
|
||||
Height="16"
|
||||
DockPanel.Dock="Bottom"
|
||||
Margin="5,0,5,5" />
|
||||
<Label Content="*Status"
|
||||
Height="35"
|
||||
Name="lblStatus"
|
||||
Name="StatusLabel"
|
||||
DockPanel.Dock="Bottom"
|
||||
VerticalContentAlignment="Bottom"
|
||||
Margin="5,0,5,0"
|
||||
|
||||
Reference in New Issue
Block a user