dmuratshin 9 jaren geleden
bovenliggende
commit
1b07bbfebe
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      src/sim/BillingSimulator.cpp

+ 2 - 0
src/sim/BillingSimulator.cpp

@@ -22,6 +22,7 @@ public:
         _txt = new TextField;
         _txt->setText("OK");
         _txt->setAlign(TextStyle::VALIGN_MIDDLE, TextStyle::HALIGN_MIDDLE);
+        _txt->setFont(DebugActor::resSystem->getResFont("system"));
         addChild(_txt);
 
         setColor(Color::Green);
@@ -78,6 +79,7 @@ public:
         _title->setAlign(TextStyle::VALIGN_MIDDLE, TextStyle::HALIGN_MIDDLE);
         _title->setMultiline(true);
         _title->setColor(Color::Black);
+        _title->setFont(DebugActor::resSystem->getResFont("system"));
         addChild(_title);
 
         _btnOk = new Btn();