fix: adjusted clock list table height to be fully visible in the min window size (#3032)

This commit is contained in:
Serhiy Mytrovtsiy
2026-03-18 19:12:48 +01:00
parent 1c5db2164b
commit cca7fb9e94
+2 -2
View File
@@ -122,9 +122,9 @@ internal class Settings: NSStackView, Settings_v, NSTableViewDelegate, NSTableVi
self.addArrangedSubview(separator)
self.addArrangedSubview(self.footer())
var hight: CGFloat = 296
var hight: CGFloat = 254
if #available(macOS 26.0, *) {
hight = 290
hight = 248
}
NSLayoutConstraint.activate([