Skip to content

Commit

Permalink
Also hide containers to remove unnecessary padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Feb 13, 2019
1 parent 92c1b62 commit d392067
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ private void createVoteView() {
meritTextField.setText(bsqFormatter.formatCoinWithCode(Coin.ZERO));
voteFields.add(meritLabel);
voteFields.add(meritTextField);
voteFields.add(meritTuple.third);

stakeInputTextField = addInputTextField(root, ++gridRow,
Res.get("dao.proposal.myVote.stake"));
Expand All @@ -721,6 +722,7 @@ private void createVoteView() {
Res.get("dao.proposal.myVote.button"));
voteButton = voteButtonTuple.first;
voteButtons.add(voteButton);
voteFields.add(voteButtonTuple.forth);
voteButtonBusyAnimation = voteButtonTuple.second;
voteButtonInfoLabel = voteButtonTuple.third;
}
Expand Down

0 comments on commit d392067

Please sign in to comment.