aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-02 21:00:46 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-05 22:47:12 +0200
commitf0d04795e23606399414d074d78efe5aa0da7259 (patch)
treeee1f3624fa04cc459e72a24b445ff94d368af8ff /src/qt/forms
parentd43992140679fb9a5ebc7850923679033f9837f3 (diff)
downloadbitcoin-f0d04795e23606399414d074d78efe5aa0da7259.tar.xz
qt: Fix TxViewDelegate layout
This change (1) prevents overlapping date and amount strings, and (2) guaranties that "eye" sign at the end of the watch-only address/label is always visible.
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/overviewpage.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui
index 88172b0675..ee9d4a113c 100644
--- a/src/qt/forms/overviewpage.ui
+++ b/src/qt/forms/overviewpage.ui
@@ -517,6 +517,9 @@
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
+ <property name="sizeAdjustPolicy">
+ <enum>QAbstractScrollArea::AdjustToContents</enum>
+ </property>
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>