From 25c59f700c94f68c1bc9b02f802bea9612e82940 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 17 Apr 2023 10:42:55 +0200 Subject: [PATCH] qml: ConfirmTxDialog amount fixed font --- electrum/gui/qml/components/ConfirmTxDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/gui/qml/components/ConfirmTxDialog.qml b/electrum/gui/qml/components/ConfirmTxDialog.qml index e1241fbe6..5910bc1cf 100644 --- a/electrum/gui/qml/components/ConfirmTxDialog.qml +++ b/electrum/gui/qml/components/ConfirmTxDialog.qml @@ -58,6 +58,7 @@ ElDialog { Label { id: btcValue font.bold: true + font.family: FixedFont } Label {