- update settings view (moved all view to one scroll view)

This commit is contained in:
Serhiy Mytrovtsiy
2020-08-01 19:56:57 +02:00
parent cd502bfff5
commit e24a9ef2a2
7 changed files with 157 additions and 71 deletions

View File

@@ -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
))