mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- update settings view (moved all view to one scroll view)
This commit is contained in:
@@ -30,8 +30,8 @@ internal class Settings: NSView, Settings_v {
|
||||
self.list = list
|
||||
|
||||
super.init(frame: CGRect(
|
||||
x: Constants.Settings.margin,
|
||||
y: Constants.Settings.margin,
|
||||
x: 0,
|
||||
y: 0,
|
||||
width: Constants.Settings.width - (Constants.Settings.margin*2),
|
||||
height: 0
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user