diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-01-14 20:49:19 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-01-14 20:49:19 +0200 |
commit | ca91661adf9fa22bf1c919d118de27bfac04e94c (patch) | |
tree | f34dd23b525c825e845283ab1ad66e7590cdea4b /src/qt/forms | |
parent | 035f349371a5b67922ce92c11ad9aa7178fa04f7 (diff) |
Fix wallet selector size adjustment
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index dca16d6f78..b23ab4f299 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -453,6 +453,9 @@ </item> <item> <widget class="QComboBox" name="WalletSelector"> + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToContents</enum> + </property> <item> <property name="text"> <string>(none)</string> |