From 5ab0a4a659b7f54a97ef554d2ae9f3716f01cb3f Mon Sep 17 00:00:00 2001 From: svatantrya Date: Sun, 10 May 2026 09:06:24 -0400 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt.py b/qt.py index 0010b4a..2fbf083 100644 --- a/qt.py +++ b/qt.py @@ -1285,8 +1285,8 @@ class BalTxFeesWidget(QWidget): #label.doubleClicked.connect(self.doubleclick) #layout.addWidget(label) button = HelpButton(_("fees/vbyte to be used in the transaction.\nHigher value ensure your transaction will be confirmed")) - button.setText("$") - button.setStyleSheet("font-size: 16px;"); + button.setText("丰") + button.setStyleSheet("font-size: 16px;") layout.addWidget(button) layout.addWidget(self.txfee_widget)