diff options
author | saibato <saibato.naga@pm.me> | 2020-06-19 09:28:23 +0000 |
---|---|---|
committer | saibato <saibato.naga@pm.me> | 2020-06-22 09:44:28 +0000 |
commit | 0ac09c9793cd6d25ef6df14d74fb960529e1b4e3 (patch) | |
tree | c1087ce921b356116f03d1db874966a6a62b9cdd /src | |
parent | 8ef15e8a86038225afef2487ca23abc10ca5dffa (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index 8b70800838..1217ca3e2e 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -1078,12 +1078,6 @@ <height>426</height> </rect> </property> - <property name="minimumSize"> - <size> - <width>300</width> - <height>0</height> - </size> - </property> <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1"> <item row="0" column="0"> <widget class="QLabel" name="label_30"> |