mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 12:53:39 +00:00
Switch up Font loading
This commit is contained in:
@@ -63,7 +63,7 @@ namespace qController.UI
|
||||
|
||||
var cueTypeLabel = new Label
|
||||
{
|
||||
FontFamily = App.QFont,
|
||||
FontFamily = (OnPlatform<string>)Application.Current.Resources["QFontFamily"],
|
||||
BindingContext = qCueViewModel,
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
HorizontalTextAlignment = TextAlignment.Start,
|
||||
|
||||
Reference in New Issue
Block a user