Skip to content

Commit

Permalink
Fix UI layout in settings (rows count 4 -> 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Aug 26, 2019
1 parent bea6ffd commit 1340896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ public CryptoCurrency fromString(String s) {
}

private void initializeDisplayOptions() {
TitledGroupBg titledGroupBg = addTitledGroupBg(root, ++gridRow, 4, Res.get("setting.preferences.displayOptions"), Layout.GROUP_DISTANCE);
TitledGroupBg titledGroupBg = addTitledGroupBg(root, ++gridRow, 5, Res.get("setting.preferences.displayOptions"), Layout.GROUP_DISTANCE);
GridPane.setColumnSpan(titledGroupBg, 1);

// showOwnOffersInOfferBook = addLabelCheckBox(root, gridRow, Res.get("setting.preferences.showOwnOffers"), Layout.FIRST_ROW_AND_GROUP_DISTANCE);
Expand Down

0 comments on commit 1340896

Please sign in to comment.