Skip to content

Commit a992485

Browse files
committed
style: use fixed tab title font size; NumericUpDown border
1 parent c247b03 commit a992485

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/SourceGit/Views/Launcher.axaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,15 @@
173173
IsHitTestVisible="False"/>
174174
<TextBlock Grid.Column="1"
175175
Classes="monospace"
176+
FontSize="12"
176177
HorizontalAlignment="Stretch" VerticalAlignment="Center"
177178
TextAlignment="Center"
178179
Text="{Binding Node.Name}"
179180
IsVisible="{Binding Node.IsRepository}"
180181
IsHitTestVisible="False"/>
181182
<TextBlock Grid.Column="1"
182183
Classes="monospace"
184+
FontSize="12"
183185
HorizontalAlignment="Stretch" VerticalAlignment="Center"
184186
TextAlignment="Center"
185187
Text="{DynamicResource Text.PageTabBar.Welcome.Title}"

src/SourceGit/Views/Preference.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
Minimum="10" Maximum="16" Increment="0.5"
159159
Height="28"
160160
Padding="4"
161+
BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}"
161162
CornerRadius="3"
162163
Value="{Binding DefaultFontSize, Mode=TwoWay}">
163164
<NumericUpDown.Styles>

0 commit comments

Comments
 (0)