Skip to content

Commit ccf9dce

Browse files
committed
Make PathBar fonts consistent
1 parent 6ad3c19 commit ccf9dce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Files UWP/Filesystem/ItemViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private void Universal_PropertyChanged(object sender, System.ComponentModel.Prop
135135
CornerRadius = new CornerRadius(0),
136136
Style = tabStyleFixed,
137137
FontWeight = weight,
138-
FontSize = 13
138+
FontSize = 14
139139
};
140140
item.Tapped += Item_Tapped;
141141
GetCurrentSelectedTabInstance<ProHome>().accessiblePathTabView.Items.Add(item);
@@ -155,7 +155,7 @@ private void Universal_PropertyChanged(object sender, System.ComponentModel.Prop
155155
CornerRadius = new CornerRadius(0),
156156
Style = tabStyleFixed,
157157
FontWeight = weight,
158-
FontSize = 13
158+
FontSize = 14
159159
};
160160
item.Tapped += Item_Tapped;
161161
GetCurrentSelectedTabInstance<ProHome>().accessiblePathTabView.Items.Add(item);

Files UWP/YourHome.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected override void OnNavigatedTo(NavigationEventArgs eventArgs)
106106
CornerRadius = new CornerRadius(0),
107107
Style = tabStyleFixed,
108108
FontWeight = weight,
109-
FontSize = 13
109+
FontSize = 14
110110
};
111111
GetCurrentSelectedTabInstance<ProHome>().accessiblePathTabView.Items.Add(item);
112112

0 commit comments

Comments
 (0)