aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-03-20 01:35:00 +0100
committerPatrick Lodder <[email protected]>2021-03-20 01:35:00 +0100
commitdfb78d26dc38cf86783ec0161408c593556337d6 (patch)
treecc8c7ab2b7161cd7d1ed5794cd51f72ed0794f74 /src/qt/forms
parentMerge pull request #1788 from patricklodder/1.14-fix-rpc-null-responses (diff)
downloaddiscoin-dfb78d26dc38cf86783ec0161408c593556337d6.tar.xz
discoin-dfb78d26dc38cf86783ec0161408c593556337d6.zip
[bugfix] fix text overflow on paper wallet
- use Courier instead of "monospace" as font family as the latter does not translate to an actual monospace font properly - make address and privkey fields to have equal dimensions and margins, because their fontsizes are calculated uniformly too - make the max font size 98% of the wallet, instead of 99%
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/paperwalletdialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/forms/paperwalletdialog.ui b/src/qt/forms/paperwalletdialog.ui
index 60a36e2ef..df3d8415f 100644
--- a/src/qt/forms/paperwalletdialog.ui
+++ b/src/qt/forms/paperwalletdialog.ui
@@ -82,14 +82,14 @@
<property name="geometry">
<rect>
<x>212</x>
- <y>20</y>
+ <y>10</y>
<width>31</width>
- <height>341</height>
+ <height>361</height>
</rect>
</property>
<property name="font">
<font>
- <family>Monospace</family>
+ <family>Courier</family>
<pointsize>12</pointsize>
<weight>75</weight>
<italic>false</italic>
@@ -117,7 +117,7 @@
</property>
<property name="font">
<font>
- <family>Monospace</family>
+ <family>Courier</family>
<pointsize>8</pointsize>
<weight>50</weight>
<italic>false</italic>