replace kFont with std::string
This commit is contained in:
@@ -60,7 +60,7 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
align->SetAlign(YGAlignCenter);
|
||||
align->SetJustify(YGJustifyCenter);
|
||||
auto* text = align->add_child<NodeText>();
|
||||
text->set_font(kFont::Arial_30);
|
||||
text->set_font("arial-30");
|
||||
text->set_text("Connecting to the server...");
|
||||
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &res);
|
||||
|
||||
Reference in New Issue
Block a user