fix: would sometimes crash when opening preferences > appearance

This commit is contained in:
Martin Wilhelmi
2021-11-19 23:06:31 +09:00
committed by lwouis
parent 4368015435
commit c66e106613
@@ -33,7 +33,6 @@ class AppearanceTab {
LabelAndControl.makeLabelWithCheckbox(NSLocalizedString("Hide apps with no open window:", comment: ""), "hideWindowlessApps"),
])
grid.column(at: 0).xPlacement = .trailing
grid.rowAlignment = .lastBaseline
grid.fit()
toggleRowsCount()