icons size

This commit is contained in:
2026-05-10 14:55:17 -04:00
parent 6cb25d296c
commit 5726ad2943

10
qt.py
View File

@@ -1408,7 +1408,7 @@ class BalTimeEditWidget(QWidget, _LockTimeEditor):
#hbox.addWidget(QLabel(self.label_text))
help_button=HelpButton(self.help_text)
help_button.setText(self.label_text)
help_button.setStyleSheet("font-size: 16px;");
#help_button.setStyleSheet("font-size: 155555);
hbox.addWidget(help_button)
self.combo.currentIndexChanged.connect(self.on_current_index_changed)
@@ -1640,8 +1640,8 @@ class ThresholdTimeWidget(BalTimeEditWidget):
"If you fail to invalidate during this time, your transactions will be delivered to your heirs.\n\n"
f"{BalTimeEditWidget.help_text}"
)
#label_text = "🚨"
label_text = "Check Alive"
label_text = "🚨"
#label_text = "Check Alive"
base_field = "threshold"
def __init__(self, bal_window, parent, init_value=None):
@@ -1659,8 +1659,8 @@ class LockTimeWidget(BalTimeEditWidget):
"Any time is needed transaction will be anticipated by 1day\n"
f"{BalTimeEditWidget.help_text}"
)
#label_text = "🚛"
label_text = "Locktime"
label_text = "🚛"
#label_text = "Locktime"
base_field = "locktime"
def __init__(self, bal_window, parent, init_value=None):