Skip to content

Commit

Permalink
Fix layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed May 11, 2018
1 parent ccf4580 commit 25ba64f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ protected void deactivate() {
///////////////////////////////////////////////////////////////////////////////////////////

private void initializeGeneralOptions() {
TitledGroupBg titledGroupBg = addTitledGroupBg(root, gridRow, 8, Res.get("setting.preferences.general"));
TitledGroupBg titledGroupBg = addTitledGroupBg(root, gridRow, 7, Res.get("setting.preferences.general"));
GridPane.setColumnSpan(titledGroupBg, 4);

// selectBaseCurrencyNetwork
Expand All @@ -199,7 +199,7 @@ public BaseCurrencyNetwork fromString(String string) {

// userLanguage
//noinspection unchecked
userLanguageComboBox = addLabelComboBox(root, ++gridRow,
userLanguageComboBox = addLabelComboBox(root, gridRow,
Res.getWithCol("shared.language"), Layout.FIRST_ROW_DISTANCE).second;

// userCountry
Expand Down

0 comments on commit 25ba64f

Please sign in to comment.