mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	smaller initial height of 800 to fit into 1600*900 display
This commit is contained in:
		
							parent
							
								
									792039227f
								
							
						
					
					
						commit
						005b66f4f4
					
				@ -25,8 +25,9 @@ function onClosed() {
 | 
			
		||||
 | 
			
		||||
async function createMainWindow() {
 | 
			
		||||
    const win = new electron.BrowserWindow({
 | 
			
		||||
        // initial window width & height so it's usable on 1600 * 900 display (including some extra panels etc.)
 | 
			
		||||
        width: 1200,
 | 
			
		||||
        height: 900,
 | 
			
		||||
        height: 800,
 | 
			
		||||
        title: 'Trilium Notes',
 | 
			
		||||
        icon: path.join(__dirname, 'src/public/images/app-icons/png/256x256.png')
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user