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

@@ -419,7 +419,7 @@ private class CalendarView: NSStackView {
}
}
private class ClockView: NSStackView {
internal class ClockView: NSStackView {
public var clock: Clock_t
open override var intrinsicContentSize: CGSize {