Skip to content

Commit

Permalink
fix separator before settings view > display options
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 4, 2023
1 parent ff59f2e commit 73f688e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected void deactivate() {
///////////////////////////////////////////////////////////////////////////////////////////

private void initializeGeneralOptions() {
int titledGroupBgRowSpan = displayStandbyModeFeature ? 9 : 8;
int titledGroupBgRowSpan = displayStandbyModeFeature ? 7 : 6;
TitledGroupBg titledGroupBg = addTitledGroupBg(root, gridRow, titledGroupBgRowSpan, Res.get("setting.preferences.general"));
GridPane.setColumnSpan(titledGroupBg, 1);

Expand Down

0 comments on commit 73f688e

Please sign in to comment.