mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 00:52:11 +00:00 
			
		
		
		
	Workaround: workaround the margin in the menubar.
This commit is contained in:
		@@ -115,8 +115,9 @@ ApplicationWindow{
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    TerminalContainer{
 | 
					    TerminalContainer{
 | 
				
			||||||
        id: terminalContainer
 | 
					        id: terminalContainer
 | 
				
			||||||
 | 
					        y: appSettings.showMenubar ? 0 : -2 // Workaroud to hide the margin in the menubar.
 | 
				
			||||||
        width: parent.width * appSettings.window_scaling
 | 
					        width: parent.width * appSettings.window_scaling
 | 
				
			||||||
        height: parent.height * appSettings.window_scaling
 | 
					        height: (parent.height + Math.abs(y)) * appSettings.window_scaling
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        transform: Scale {
 | 
					        transform: Scale {
 | 
				
			||||||
            xScale: 1 / appSettings.window_scaling
 | 
					            xScale: 1 / appSettings.window_scaling
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user