8000 ux: use larger font size for commit ref label · sourcegit-scm/sourcegit@008708f · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 008708f

Browse files
committed
ux: use larger font size for commit ref label
Signed-off-by: leo <longshuang@msn.cn>
1 parent 832fcd7 commit 008708f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Views/CommitBaseInfo.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<Border Grid.Row="3" Grid.Column="1" Margin="12,0,0,0" MinHeight="24" IsVisible="{Binding HasDecorators}">
190190
<v:CommitRefsPresenter Foreground="{DynamicResource Brush.FG1}"
191191
FontFamily="{DynamicResource Fonts.Primary}"
192-
FontSize="11"
192+
FontSize="12"
193193
AllowWrap="True"
194194
Margin="0,4,0,0"
195195
UseGraphColor="False"/>

src/Views/Conflict.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<v:CommitRefsPresenter Margin="8,0,0,0"
5353
Foreground="{DynamicResource Brush.FG1}"
5454
FontFamily="{DynamicResource Fonts.Primary}"
55-
FontSize="11"
55+
FontSize="12"
5656
VerticalAlignment="Center"
5757
UseGraphColor="False"/>
5858
<TextBlock Margin="4,0,0,0"

src/Views/Histories.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
Foreground="{DynamicResource Brush.FG1}"
146146
FontFamily="{DynamicResource Fonts.Primary}"
147147
ShowTags="{Binding Source={x:Static vm:Preferences.Instance}, Path=ShowTagsInGraph}"
148-
FontSize="11"
148+
FontSize="12"
149149
VerticalAlignment="Center">
150150
<v:CommitRefsPresenter.UseGraphColor>
151151
<MultiBinding Converter="{x:Static BoolConverters.Or}">

0 commit comments

Comments
 (0)
0