mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 05:13:40 +00:00
Switch up Font loading
This commit is contained in:
@@ -55,7 +55,7 @@ namespace qController.UI
|
||||
Margin = 0,
|
||||
Padding = 0,
|
||||
FontSize = App.HeightUnit * 4,
|
||||
FontFamily = App.QFont
|
||||
FontFamily = (OnPlatform<string>)Application.Current.Resources["QFontFamily"]
|
||||
};
|
||||
type.SetBinding(Label.TextProperty, "type", BindingMode.OneWay);
|
||||
Children.Add(type, 4, 0);
|
||||
|
||||
Reference in New Issue
Block a user