Skip to content

Commit bf2232d

Browse files
committed
Change spacer minimum height hint
This changes the minimum height hint of the spacer between the Status fields and the Poll and Error fields. This seems to fix the Lock Wallet button disappearing when the window is resized to the minimum.
1 parent f74aeb1 commit bf2232d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/overviewpage.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
<property name="sizeHint" stdset="0">
414414
<size>
415415
<width>20</width>
416-
<height>10</height>
416+
<height>40</height>
417417
</size>
418418
</property>
419419
</spacer>

0 commit comments

Comments
 (0)