mirror of
https://github.com/exelban/stats.git
synced 2026-05-07 20:02:34 +00:00
fix: adjusted clock list table height to be fully visible in the min window size (#3032)
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user