diff options
author | Josu Goñi <josu_z@hotmail.com> | 2019-05-26 00:00:46 +0200 |
---|---|---|
committer | Josu Goñi <josu_z@hotmail.com> | 2019-05-26 00:00:46 +0200 |
commit | 36b0a2f2a6b49008c4f37866a9e3ab702eb34eda (patch) | |
tree | 5fe16ad28e28211f1fa5c06cee7f0d19e7f299d0 /src/qt/forms/debugwindow.ui | |
parent | e043bfce684f84bca413518a8452b3207123a031 (diff) |
Add vertical spacer
Diffstat (limited to 'src/qt/forms/debugwindow.ui')
-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 f0b976001e..1bbee69e06 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> |