Remove excess padding from incoming config page

This commit is contained in:
Drew DeVault 2019-05-21 17:00:35 -04:00
parent 6811143925
commit 4d6e665204
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ func NewAccountWizard() *AccountWizard {
{ui.SIZE_EXACT, 1}, // Connection mode (label)
{ui.SIZE_EXACT, 2}, // (input)
{ui.SIZE_EXACT, 1}, // Padding
{ui.SIZE_EXACT, 2}, // Connection string
{ui.SIZE_EXACT, 1}, // Connection string
{ui.SIZE_WEIGHT, 1},
}).Columns([]ui.GridSpec{
{ui.SIZE_WEIGHT, 1},