Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed May 24, 2022
1 parent 0611173 commit d9030f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</StackPanel.Styles>

<DockPanel Margin="0 8 0 0">
<Image Source="/Application/UI/Assets/Icon.ico" Height="64" Width="64" VerticalAlignment="Center" Margin="10 0" DockPanel.Dock="Left"/>
<Image Source="/Application/UI/Assets/Icon.ico" Height="48" Width="48" VerticalAlignment="Center" Margin="10" DockPanel.Dock="Left"/>
<!--<Image Source="{ReflectionBinding Path=AvatarPath, Source={x:Static service:UserService.Current},Mode=OneWay,Converter={StaticResource BitmapAssetValueConverter},ConverterParameter=100}"
Stretch="Uniform"
Height="100" Width="100"
Expand All @@ -62,7 +62,7 @@
<StackPanel DockPanel.Dock="Right" Spacing="8" VerticalAlignment="Center">
<controls:ScrollingTextBlock Text="{x:Static vm:TaskBarWindowViewModel.TitleString}"
Foreground="{DynamicResource HighlightForegroundBrushKey}"
FontSize="16"/>
FontSize="14"/>
<TextBlock Text="{Binding Path=Version, StringFormat=v{0}, Mode=OneWay}"
Foreground="{DynamicResource HighlightForegroundBrushKey}" FontSize="12"/>
</StackPanel>
Expand Down
2 changes: 1 addition & 1 deletion src/ST.Client/UI/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public MainWindowViewModel()

#region InitTabItems

AddTabItem<StartPageViewModel>();
//AddTabItem<StartPageViewModel>();
AddTabItem<CommunityProxyPageViewModel>();
if (IApplication.IsDesktopPlatform)
{
Expand Down

0 comments on commit d9030f2

Please sign in to comment.