diff options
| author | Josu Goñi <[email protected]> | 2019-05-26 00:00:46 +0200 |
|---|---|---|
| committer | Josu Goñi <[email protected]> | 2019-05-26 00:00:46 +0200 |
| commit | 36b0a2f2a6b49008c4f37866a9e3ab702eb34eda (patch) | |
| tree | 5fe16ad28e28211f1fa5c06cee7f0d19e7f299d0 /src | |
| parent | Merge #16059: configure: Fix thread_local detection (diff) | |
| download | discoin-36b0a2f2a6b49008c4f37866a9e3ab702eb34eda.tar.xz discoin-36b0a2f2a6b49008c4f37866a9e3ab702eb34eda.zip | |
Add vertical spacer
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/debugwindow.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index f0b976001..1bbee69e0 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -1480,6 +1480,19 @@ </property> </widget> </item> + <item row="18" column="0"> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> </layout> </widget> </widget> |