mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Reorders font selection for UiEditor.
This commit is contained in:
parent
a1231b4467
commit
fee6be21ee
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SUB __UI_LoadForm
|
|||
__UI_NewID = __UI_NewControl(__UI_Type_Form, "UiEditorForm", 598, 430, 0, 0, 0)
|
||||
SetCaption __UI_NewID, UiEditorTitle$
|
||||
$IF WIN THEN
|
||||
Control(__UI_NewID).Font = SetFont("segoeui.ttf?InForm/resources/NotoMono-Regular.ttf?arial.ttf?cour.ttf", 12, "")
|
||||
Control(__UI_NewID).Font = SetFont("segoeui.ttf?arial.ttf?InForm/resources/NotoMono-Regular.ttf?cour.ttf", 12, "")
|
||||
$ELSE
|
||||
Control(__UI_NewID).Font = SetFont("InForm/resources/NotoMono-Regular.ttf", 12, "")
|
||||
$END IF
|
||||
|
|
BIN
UiEditor.exe
BIN
UiEditor.exe
Binary file not shown.
Loading…
Reference in a new issue