- ToolBar search TextInput
- Strings class
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package components;
|
||||
|
||||
import model.String.Strings;
|
||||
import haxe.macro.Expr.Case;
|
||||
import feathers.text.TextFormat;
|
||||
import openfl.Assets;
|
||||
@@ -50,7 +51,7 @@ class RidersListRendererAccessory extends LayoutGroup {
|
||||
iconColor = Constants.INFO;
|
||||
}
|
||||
|
||||
lbl1.text = Constants.S3 + Std.string(riderCredit);
|
||||
lbl1.text = Strings.RL_S1 + Std.string(riderCredit);
|
||||
lbl1.embedFonts = true;
|
||||
lbl1.textFormat = new TextFormat(fnt.fontName, 14, Constants.MAIN_COLOR1);
|
||||
addChild(lbl1);
|
||||
|
||||
Reference in New Issue
Block a user