summaryrefslogtreecommitdiff
diff options
-rw-r--r--dash/previews/PaymentPreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/previews/PaymentPreview.cpp b/dash/previews/PaymentPreview.cpp
index e7e0612bb..08b4d97cb 100644
--- a/dash/previews/PaymentPreview.cpp
+++ b/dash/previews/PaymentPreview.cpp
@@ -90,7 +90,7 @@ nux::ObjectPtr<ActionLink> PaymentPreview::CreateLink(dash::Preview::ActionPtr a
nux::ObjectPtr<ActionLink> link;
link = new ActionLink(action->id,
action->display_name, NUX_TRACKER_LOCATION);
- link->SetFont(style.payment_form_labels_font().c_str());
+ link->font_hint.Set(style.payment_form_labels_font().c_str());
link->SetMinimumWidth(178);
link->SetMinimumHeight(34);
return link;