feat: moved from analog clock in the portal view to the same view as in popup view (#2530)

This commit is contained in:
Serhiy Mytrovtsiy
2025-07-21 21:38:45 +02:00
parent 1e86707932
commit a433fa9048
3 changed files with 37 additions and 64 deletions

View File

@@ -444,7 +444,7 @@ public class FlippedStackView: NSStackView {
public override var isFlipped: Bool { return true }
}
public class ScrollableStackView: NSView {
open class ScrollableStackView: NSView {
public var stackView: NSStackView = FlippedStackView()
private let clipView: NSClipView = NSClipView()