Skip to content

Commit

Permalink
完成标题栏布局
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Oct 16, 2016
1 parent 0b8922a commit c5395e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili2/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Image Grid.Column="0" Stretch="Uniform" VerticalAlignment="Center" HorizontalAlignment="Right" Source="ms-appx:///Assets/LOGOTITLE.png" Height="24" Width="24"/>
<Image Grid.Column="0" Stretch="Uniform" VerticalAlignment="Center" HorizontalAlignment="Right" Source="ms-appx:///Assets/LOGOTITLE.png" Height="24"/>
<TextBlock Grid.Column="1" x:Name="caption" Text="Bilibili" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="12" FontFamily="Segoe UI" FontWeight="Normal" Margin="0"/>
</Grid>
<Button Grid.Column="0" x:Name="btn_back" Style="{ThemeResource TitleBarBackButtonTheme}" Width="48" Height="32" Background="{ThemeResource Bili-ForeColor}"/>
Expand Down

0 comments on commit c5395e1

Please sign in to comment.