fix separator before settings view > display options

This commit is contained in:
woodser 2023-10-03 13:15:17 -04:00
parent ff59f2ed23
commit 73f688e157

View File

@ -211,7 +211,7 @@ public class PreferencesView extends ActivatableViewAndModel<GridPane, Preferenc
///////////////////////////////////////////////////////////////////////////////////////////
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);