mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-15 08:50:57 +00:00
Ideal width (#713)
This commit is contained in:
parent
af77fd4a21
commit
8213a8b451
@ -87,6 +87,7 @@ struct SetupView: View {
|
|||||||
IntegrationsView()
|
IntegrationsView()
|
||||||
.frame(minWidth: 500, minHeight: 400)
|
.frame(minWidth: 500, minHeight: 400)
|
||||||
})
|
})
|
||||||
|
.frame(idealWidth: 600)
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user