GUI: fix effect val cell spacing not beinghPlease enter the commit message for your changes. Lines starting

This commit is contained in:
tildearrow 2022-06-06 23:46:15 -05:00
parent 507ad335b1
commit a300916753
1 changed files with 1 additions and 0 deletions

View File

@ -2025,6 +2025,7 @@ void FurnaceGUI::syncSettings() {
settings.insCellSpacing=e->getConfInt("insCellSpacing",0);
settings.volCellSpacing=e->getConfInt("volCellSpacing",0);
settings.effectCellSpacing=e->getConfInt("effectCellSpacing",0);
settings.effectValCellSpacing=e->getConfInt("effectValCellSpacing",0);
settings.doubleClickColumn=e->getConfInt("doubleClickColumn",1);
settings.blankIns=e->getConfInt("blankIns",0);