mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-13 03:13:53 +00:00
Switch up Font loading
This commit is contained in:
@@ -10,7 +10,7 @@ namespace qController.UI.Buttons
|
||||
{
|
||||
Text = QIcon.SLIDERS,
|
||||
TextColor = Color.Black,
|
||||
FontFamily = App.QFont,
|
||||
FontFamily = (OnPlatform<string>)Application.Current.Resources["QFontFamily"],
|
||||
FontSize = App.HeightUnit * 4,
|
||||
VerticalOptions = LayoutOptions.FillAndExpand,
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
|
||||
Reference in New Issue
Block a user