mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 09:20:56 +00:00 
			
		
		
		
	Ideal width
This commit is contained in:
		
							parent
							
								
									af77fd4a21
								
							
						
					
					
						commit
						67fe1c736f
					
				@ -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