mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-18 13:44:21 +00:00
Switch up Font loading
This commit is contained in:
@@ -28,7 +28,7 @@ namespace qController.UI.Cells
|
||||
|
||||
var icon = new Label();
|
||||
|
||||
icon.FontFamily = App.QFont;
|
||||
icon.FontFamily = (OnPlatform<string>)Application.Current.Resources["QFontFamily"];
|
||||
icon.SetBinding(Label.TextProperty, "Icon");
|
||||
icon.HorizontalTextAlignment = TextAlignment.Center;
|
||||
icon.VerticalTextAlignment = TextAlignment.Center;
|
||||
|
||||
Reference in New Issue
Block a user