Skip to content

Commit 099defc

Browse files
committed
qt: Do not truncate node flag strings in debugwindow.ui peers details tab.
Not all possible node flags are visible in details of peers tab since v18.2. qt will now autoadapt the slider to the full string size. Signed-off-by: saibato <saibato.naga@pm.me>
1 parent dbd7a91 commit 099defc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@
10801080
</property>
10811081
<property name="minimumSize">
10821082
<size>
1083-
<width>300</width>
1083+
<width>0</width>
10841084
<height>0</height>
10851085
</size>
10861086
</property>

0 commit comments

Comments
 (0)