mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style<Welcome>: small changes
This commit is contained in:
parent
9e8cf02370
commit
46ac07a80c
2 changed files with 5 additions and 3 deletions
|
@ -284,7 +284,7 @@
|
||||||
<sys:String x:Key="Text.Launcher.Error">ERROR</sys:String>
|
<sys:String x:Key="Text.Launcher.Error">ERROR</sys:String>
|
||||||
|
|
||||||
<sys:String x:Key="Text.PageTabBar.New">NEW PAGE</sys:String>
|
<sys:String x:Key="Text.PageTabBar.New">NEW PAGE</sys:String>
|
||||||
<sys:String x:Key="Text.PageTabBar.Welcome.Title">*Repositories</sys:String>
|
<sys:String x:Key="Text.PageTabBar.Welcome.Title">Repositories</sys:String>
|
||||||
<sys:String x:Key="Text.PageTabBar.Welcome.Tip">WELCOME PAGE</sys:String>
|
<sys:String x:Key="Text.PageTabBar.Welcome.Tip">WELCOME PAGE</sys:String>
|
||||||
<sys:String x:Key="Text.PageTabBar.Tab.Close">Close Tab</sys:String>
|
<sys:String x:Key="Text.PageTabBar.Tab.Close">Close Tab</sys:String>
|
||||||
<sys:String x:Key="Text.PageTabBar.Tab.CloseOther">Close Other Tabs</sys:String>
|
<sys:String x:Key="Text.PageTabBar.Tab.CloseOther">Close Other Tabs</sys:String>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:controls="clr-namespace:SourceGit.Views.Controls"
|
xmlns:controls="clr-namespace:SourceGit.Views.Controls"
|
||||||
xmlns:widgets="clr-namespace:SourceGit.Views.Widgets"
|
xmlns:widgets="clr-namespace:SourceGit.Views.Widgets"
|
||||||
|
xmlns:models="clr-namespace:SourceGit.Models"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignHeight="800" d:DesignWidth="800">
|
d:DesignHeight="800" d:DesignWidth="800">
|
||||||
<Grid Background="Transparent" AllowDrop="True" DragEnter="OnPageDragEnter" DragLeave="OnPageDragLeave" Drop="OnPageDrop">
|
<Grid Background="Transparent" AllowDrop="True" DragEnter="OnPageDragEnter" DragLeave="OnPageDragLeave" Drop="OnPageDrop">
|
||||||
|
@ -29,7 +30,8 @@
|
||||||
Text="SourceGit"
|
Text="SourceGit"
|
||||||
FontSize="28pt"
|
FontSize="28pt"
|
||||||
TextOptions.TextFormattingMode="Ideal"
|
TextOptions.TextFormattingMode="Ideal"
|
||||||
TextOptions.TextRenderingMode="ClearType"/>
|
TextOptions.TextRenderingMode="ClearType"
|
||||||
|
RenderOptions.ClearTypeHint="Enabled"/>
|
||||||
|
|
||||||
<!-- App Desc -->
|
<!-- App Desc -->
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
@ -38,7 +40,7 @@
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Text="{DynamicResource Text.Welcome.Title}"
|
Text="{DynamicResource Text.Welcome.Title}"
|
||||||
Foreground="{DynamicResource Brush.FG2}"
|
Foreground="{DynamicResource Brush.FG2}"
|
||||||
FontSize="20pt"
|
FontSize="18pt"
|
||||||
Margin="0,8"/>
|
Margin="0,8"/>
|
||||||
|
|
||||||
<Grid x:Name="body" Grid.Row="3" Grid.Column="1" Margin="0,40,0,80" FocusManager.IsFocusScope="True">
|
<Grid x:Name="body" Grid.Row="3" Grid.Column="1" Margin="0,40,0,80" FocusManager.IsFocusScope="True">
|
||||||
|
|
Loading…
Reference in a new issue