mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: moved from analog clock in the portal view to the same view as in popup view (#2530)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user