Skip to content

Commit

Permalink
qt: Allow horizontal slider in debugwindow peers tab to autosize display
Browse files Browse the repository at this point in the history
Not all possible node flags where visible since v18.2 with fixed size.
When size width from fixed 300 set to -1 or 0, qt will autosize the slider.

Signed-off-by: saibato <saibato.naga@pm.me>
  • Loading branch information
Saibato committed Jun 19, 2020
1 parent dbd7a91 commit 4b12fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/forms/debugwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
</property>
<property name="minimumSize">
<size>
<width>300</width>
<width>0</width>
<height>0</height>
</size>
</property>
Expand Down

0 comments on commit 4b12fae

Please sign in to comment.